Uses of Interface
org.geolatte.geom.codec.WktDecoder
-
Packages that use WktDecoder Package Description org.geolatte.geom.codec Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems. -
-
Uses of WktDecoder in org.geolatte.geom.codec
Methods in org.geolatte.geom.codec that return WktDecoder Modifier and Type Method Description static WktDecoderWkt. newDecoder()Creates aWktDecoderfor the default dialect (Postgis 1.x EWKT).static WktDecoderWkt. newDecoder(Wkt.Dialect dialect)Creates aWktDecoderfor the specified WKTDialect.
-