| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HANAWkbDecoder
The HANA EWKB decoder is equivalent to the Postgis EWKB decoder and is there mostly for symmetry reasons.
|
class |
MySqlWkbDecoder
A WKB Decoder for MySQL
|
class |
PostgisWkbDecoder
A Wkb Decoder for PostGIS EWKB
|
class |
Sfa110WkbDecoder
A WKB decoder for the format specified in Simple Feature Access, version 1.1.0
|
class |
Sfa121WkbDecoder
A WKB decoder for the format specified in Simple Feature Access, version 1.2.1
|
| 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. |
Copyright © 2021 geolatte.org. All rights reserved.