| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DB2WktEncoder
Created by Karel Maesen, Geovise BVBA on 05/06/17.
|
(package private) class |
HANAWktEncoder
The HANA EWKT representation differs from the Postgis EWKT representation in that HANA always requires an SRID to be
written, even if its not specified or 0.
|
(package private) class |
PostgisWktEncoder
Encodes geometries to Postgis WKT/EWKT representations.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkt.Dialect,java.lang.Class<? extends WktEncoder>> |
Wkt.ENCODERS |
| Modifier and Type | Method and Description |
|---|---|
static WktEncoder |
Wkt.newEncoder()
Creates a
WktEncoder for the default dialect (Postgis 1.x EWKT). |
static WktEncoder |
Wkt.newEncoder(Wkt.Dialect dialect)
Creates a
WktEncoder for the specified WKT Dialect. |