| Package | Description |
|---|---|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| org.geolatte.geom.crs |
This package contains classes that model Coordinate Reference Systems.
|
| Class and Description |
|---|
| AbstractWkbDecoder
Base class for
WkbDecoders. |
| AbstractWkbEncoder |
| AbstractWktDecoder
An abstract WKT decoder.
|
| AbstractWktTokenizer |
| CrsWktVariant
The
WktVariant used in the WKT representations of Coordinate Reference Systems. |
| HANAWktGeometryToken
The HANA
WktGeometryToken for the type of geometry. |
| HANAWktVariant
Punctuation and keywords for HANA EWKT/WKT representations.
|
| PostgisWkbDecoder
A Wkb Decoder for PostGIS EWKB
|
| PostgisWkbEncoder
A WKBEncoder for the PostGIS EWKB dialect (versions 1.0 to 1.5).
|
| PostgisWktDecoder
A decoder for the Postgis WKT/EWKT representations as used in Postgis (at least 1.0 to 1.5+).
|
| PostgisWktEncoder
Encodes geometries to Postgis WKT/EWKT representations.
|
| PostgisWktVariant
Punctuation and keywords for Postgis EWKT/WKT representations.
|
| Wkb.Dialect |
| WkbDecoder
A decoder for WKB (Well-Known Binary) encoded
Geometries. |
| WkbEncoder
An encoder for WKB (Well-Known Binary) encoded
Geometries. |
WkbGeometryType
WkbGeometryType values indicate the Geometry type of a WKB representation. |
| WkbVisitor |
| Wkt.Dialect |
| WktDecoder
A decoder for WKT (Well-Known Text) representations.
|
| WktEmptyGeometryToken
The
WktKeyWordToken for empty point lists. |
| WktEncoder
An Encoder for WKT (Well-Known Text) representations.
|
| WktGeometryToken
The
WktKeywordToken for the type of geometry. |
| WktKeywordToken
A
WktToken that represents a keyword |
| WktPointSequenceToken
A
WktToken for point sequences in the input text. |
| WktPunctuationToken
A WktToken that consists of a single char to indicate grouping (list open/close), or
to delimit values.
|
| WktToken
A marker interface for tokens in WKT strings.
|
| WktTokenizer
A tokenizer for WKT representations.
|
| WktVariant
The punctuation characters and keywords for a particular dialect of WKT.
|
| Class and Description |
|---|
| CrsWktDecoder
A decoder for
CoordinateReferenceSystem definitions in WKT. |