| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
MySqlWkbEncoder
A WKB Encoder for MySQL
|
class |
PostgisWkbEncoder
A WKBEncoder for the PostGIS EWKB dialect (for Postgis versions < 2.2.2).
|
class |
PostgisWkbV2Encoder
A Postgis WKB Encoder that encodes empty points as points with NaN coordinates.
|
class |
Sfa110WkbEncoder
A WKB encoder for the format specified in Simple Feature Access, version 1.1.0
|
class |
Sfa121WkbEncoder
A WKB encoder for the format specified in Simple Feature Access, version 1.2.1
|
| 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. |
Copyright © 2021 geolatte.org. All rights reserved.