public interface WktDecoder
In general WkbDecoder implementations are not be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
Geometry<?> |
decode(String wkt)
Decodes a WKT representation.
|
<P extends Position> |
decode(String wkt,
CoordinateReferenceSystem<P> crs)
Decodes a WKT representation using the specified (base)
CoordinateReferenceSystem. |
Geometry<?> decode(String wkt)
wkt - the WKT string to decodeGeometryWktDecodeException - when the String is an invalid or unsupported WKT representation<P extends Position> Geometry<P> decode(String wkt, CoordinateReferenceSystem<P> crs)
CoordinateReferenceSystem.P - the Position type for the (base)wkt - the WKT string to decodecrs - the base coordinate reference system assumed for the wktGeometryWktDecodeException - when the String is an invalid or unsupported WKT representationCopyright © 2018 geolatte.org. All rights reserved.