| 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 |
AbstractWkbEncoder |
(package private) class |
HANAWkbEncoder
The HANA EWKB representation differs from the Postgis EWKB representation in
that HANA always requires an SRID to be written, even if its not specified or 0.
|
(package private) class |
MySqlWkbEncoder |
(package private) class |
PostgisWkbEncoder
A WKBEncoder for the PostGIS EWKB dialect (versions 1.0 to 1.5).
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkb.Dialect,java.lang.Class<? extends WkbEncoder>> |
Wkb.ENCODERS |
| Modifier and Type | Method and Description |
|---|---|
static WkbEncoder |
Wkb.newEncoder()
Creates a
WkbEncoder for the default WKB Dialect. |
static WkbEncoder |
Wkb.newEncoder(Wkb.Dialect dialect)
Creates a
WkbEncoder for the specified WKB Dialect. |