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.
|
Class | Description |
---|---|
CrsWktDecoder |
A decoder for
CoordinateReferenceSystem definitions in WKT. |
Db2WktDecoder |
An EWKT decoder for DB2 as used in Hibernate Spatial
|
Db2WktEncoder |
An EWKT encoder for DB2 as used in Hibernate Spatial
|
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.
|
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.
|
MySqlWkbDecoder |
A WKB Decoder for MySQL
|
MySqlWkbEncoder |
A WKB Encoder for MySQL
|
PostgisWkbDecoder |
A Wkb Decoder for PostGIS EWKB
|
PostgisWkbEncoder |
A WKBEncoder for the PostGIS EWKB dialect (for Postgis versions < 2.2.2).
|
PostgisWkbV2Encoder |
A Postgis WKB Encoder that encodes empty points as points with NaN coordinates.
|
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.
|
Sfa110WkbDecoder |
A WKB decoder for the format specified in Simple Feature Access, version 1.1.0
|
Sfa110WkbEncoder |
A WKB encoder for the format specified in Simple Feature Access, version 1.1.0
|
Sfa110WktDecoder | |
Sfa110WktEncoder |
A WKT encoder for the format specified in Simple Feature Access, version 1.1.0
|
Sfa121WkbDecoder |
A WKB decoder for the format specified in Simple Feature Access, version 1.2.1
|
Sfa121WkbEncoder |
A WKB encoder for the format specified in Simple Feature Access, version 1.2.1
|
Sfa121WktDecoder |
A WKT decoder for the format specified in Simple Feature Access, version 1.2.1
|
Sfa121WktEncoder |
A WKT encoder for the format specified in Simple Feature Access, version 1.2.1
|
Wkb |
Creates encoders/decoders for WKB geometry representations.
|
Wkt |
Creates encoders/decoders for WKT geometry representations.
|
Enum | Description |
---|---|
Wkb.Dialect | |
Wkt.Dialect |
Exception | Description |
---|---|
UnsupportedConversionException |
Thrown when the WKT/WKB representation is not supported by the encoder or decoder.
|
WkbDecodeException |
Thrown when the WKB cannot be parsed.
|
WktDecodeException |
Thrown when the WKT cannot be parsed (is syntactically incorrect).
|
Created by maesenka on 07/10/14.
Copyright © 2021 geolatte.org. All rights reserved.