public class Sfa121WktDecoder extends Object implements WktDecoder
| Constructor and Description |
|---|
Sfa121WktDecoder() |
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
decode(String wkt,
CoordinateReferenceSystem<P> crs)
Decodes a WKT representation using the specified
CoordinateReferenceSystem. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodepublic <P extends Position> Geometry<P> decode(String wkt, CoordinateReferenceSystem<P> crs)
WktDecoderCoordinateReferenceSystem.
If a (non-null) CoordinateReferenceSystem is provided, the SRID information in the WKT will be ignored.
decode in interface WktDecoderP - the Position type for the returned Geometrywkt - the WKT string to decodecrs - the base coordinate reference system assumed for the wkt.GeometryCopyright © 2023 geolatte.org. All rights reserved.