| 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 |
|---|---|
| CrsWktDecoder |
A decoder for
CoordinateReferenceSystem definitions in WKT. |
| 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).
|
Copyright © 2015 geolatte.org. All rights reserved.