| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Field and Description |
|---|---|
private static Wkt.Dialect |
Wkt.DEFAULT_DIALECT |
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkt.Dialect,java.lang.Class<? extends WktDecoder>> |
Wkt.DECODERS |
private static java.util.Map<Wkt.Dialect,java.lang.Class<? extends WktEncoder>> |
Wkt.ENCODERS |
| Modifier and Type | Method and Description |
|---|---|
static Wkt.Dialect |
Wkt.Dialect.valueOf(java.lang.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. |