| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Db2WktDecoder
An EWKT decoder for DB2 as used in Hibernate Spatial
|
class |
HANAWktDecoder
The HANA EWKT decoder is a variant of the Postgis EWKT decoder.
|
class |
PostgisWktDecoder
A decoder for the Postgis WKT/EWKT representations as used in Postgis (at least 1.0 to 1.5+).
|
class |
Sfa110WktDecoder |
class |
Sfa121WktDecoder
A WKT decoder for the format specified in Simple Feature Access, version 1.2.1
|
| Modifier and Type | Method and Description |
|---|---|
static WktDecoder |
Wkt.newDecoder()
Creates a
WktDecoder for the default dialect (Postgis 1.x EWKT). |
static WktDecoder |
Wkt.newDecoder(Wkt.Dialect dialect)
Creates a
WktDecoder for the specified WKT Dialect. |
Copyright © 2023 geolatte.org. All rights reserved.