See: Description
| Interface | Description |
|---|---|
| WkbDecoder |
A decoder for WKB (Well-Known Binary) encoded
Geometries. |
| WkbEncoder |
An encoder for WKB (Well-Known Binary) encoded
Geometries. |
| WktDecoder |
A decoder for WKT (Well-Known Text) representations.
|
| WktEncoder |
An Encoder for WKT (Well-Known Text) representations.
|
| WktToken |
A marker interface for tokens in WKT strings.
|
| Class | Description |
|---|---|
| AbstractWkbDecoder |
Base class for
WkbDecoders. |
| AbstractWkbEncoder | |
| AbstractWktDecoder<T> |
An abstract WKT decoder.
|
| AbstractWktTokenizer | |
| CrsWktDecoder |
A decoder for
CoordinateReferenceSystem definitions in WKT. |
| CrsWktTokenizer | |
| CrsWktVariant |
The
WktVariant used in the WKT representations of Coordinate Reference Systems. |
| DB2WktEncoder |
Created by Karel Maesen, Geovise BVBA on 05/06/17.
|
| HANAWkbDecoder |
The HANA EWKB decoder is equivalent to the Postgis EWKB decoder and is there mostly for symmetry reasons.
|
| 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.
|
| HANAWkbEncoder.HANAWkbVisitor<P extends Position> | |
| HANAWktDecoder |
The HANA EWKT decoder is a variant of the Postgis EWKT decoder.
|
| HANAWktEncoder |
The HANA EWKT representation differs from the Postgis EWKT representation in that HANA always requires an SRID to be
written, even if its not specified or 0.
|
| HANAWktGeometryToken |
The HANA
WktGeometryToken for the type of geometry. |
| HANAWktTokenizer |
A tokenizer for the HANA WKT representation.
|
| HANAWktVariant |
Punctuation and keywords for HANA EWKT/WKT representations.
|
| MySqlWkbDecoder | |
| MySqlWkbEncoder | |
| PostgisWkbDecoder |
A Wkb Decoder for PostGIS EWKB
|
| PostgisWkbEncoder |
A WKBEncoder for the PostGIS EWKB dialect (versions 1.0 to 1.5).
|
| PostgisWkbEncoder.PostgisWkbVisitor<P extends Position> | |
| PostgisWkbTypeMasks |
Bit masks for PostGIS Wkb Encoder/Decoder.
|
| 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 |
Creates encoders/decoders for WKB geometry representations.
|
| WkbVisitor<P extends Position> | |
| Wkt |
Creates encoders/decoders for WKT geometry representations.
|
| WktEmptyGeometryToken |
The
WktKeyWordToken for empty point lists. |
| WktGeometryToken |
The
WktKeywordToken for the type of geometry. |
| WktKeywordToken |
A
WktToken that represents a keyword |
| WktNumberToken |
A
WktToken for numbers. |
| WktPointSequenceToken<P extends Position> |
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.
|
| WktTextToken |
A text token (e.g.
|
| WktTokenizer |
A tokenizer for WKT representations.
|
| WktVariant |
The punctuation characters and keywords for a particular dialect of WKT.
|
| Enum | Description |
|---|---|
| Wkb.Dialect | |
| WkbGeometryType |
WkbGeometryType values indicate the Geometry type of a WKB representation. |
| Wkt.Dialect |
| Exception | Description |
|---|---|
| UnsupportedConversionException |
Thrown when the WKT/WKB representation is not supported by the encoder or decoder.
|
| UnsupportedCoordinateSystemException |
An exception for coordinate systems (as defined by their axes) that are not compatible with a given
CoordinateReferenceSystem. |
| WkbDecodeException |
Thrown when the WKB cannot be parsed.
|
| WktDecodeException |
Thrown when the WKT cannot be parsed (is syntactically incorrect).
|