Package | Description |
---|---|
org.geolatte.geom.codec |
Modifier and Type | Method and Description |
---|---|
static Wkt.Dialect |
Wkt.Dialect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Wkt.Dialect[] |
Wkt.Dialect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WktDecoder |
Wkt.newDecoder(Wkt.Dialect dialect)
Creates a
WktDecoder for the specified WKT Dialect . |
static WktEncoder |
Wkt.newEncoder(Wkt.Dialect dialect)
Creates a
WktEncoder for the specified WKT Dialect . |
Copyright © 2015 geolatte.org. All rights reserved.