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. |
DB2WktEncoder |
Created by Karel Maesen, Geovise BVBA on 05/06/17.
|
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.
|
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).
|
Copyright © 2019 geolatte.org. All rights reserved.