| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
HANAWktDecoder
The HANA EWKT decoder is a variant of the Postgis EWKT decoder.
|
(package private) class |
PostgisWktDecoder
A decoder for the Postgis WKT/EWKT representations as used in Postgis (at least 1.0 to 1.5+).
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkt.Dialect,java.lang.Class<? extends WktDecoder>> |
Wkt.DECODERS |
| Modifier and Type | Method and Description |
|---|---|
static WktDecoder |
Wkt.newDecoder()
Creates a
WktDecoder for the default dialect (Postgis 1.x EWKT). |
static WktDecoder |
Wkt.newDecoder(Wkt.Dialect dialect)
Creates a
WktDecoder for the specified WKT Dialect. |