| 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 |
AbstractWkbDecoder
Base class for
WkbDecoders. |
(package private) class |
HANAWkbDecoder
The HANA EWKB decoder is equivalent to the Postgis EWKB decoder and is there mostly for symmetry reasons.
|
(package private) class |
MySqlWkbDecoder |
(package private) class |
PostgisWkbDecoder
A Wkb Decoder for PostGIS EWKB
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<Wkb.Dialect,java.lang.Class<? extends WkbDecoder>> |
Wkb.DECODERS |
| Modifier and Type | Method and Description |
|---|---|
static WkbDecoder |
Wkb.newDecoder()
Creates a
WkbDecoder for the default WKB Dialect. |
static WkbDecoder |
Wkb.newDecoder(Wkb.Dialect dialect)
Creates a
WkbDecoder for the specified WKB Dialect. |