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.
|
Geometry decode(String wkt)
wkt - the WKT string to decodeGeometryWktDecodeException - when the String is an invalid or unsupported WKT representationCopyright © 2015 geolatte.org. All rights reserved.