Uses of Class
org.geolatte.geom.codec.Wkt.Dialect
-
Packages that use Wkt.Dialect Package Description org.geolatte.geom.codec Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems. -
-
Uses of Wkt.Dialect in org.geolatte.geom.codec
Methods in org.geolatte.geom.codec that return Wkt.Dialect Modifier and Type Method Description static Wkt.DialectWkt.Dialect. valueOf(String name)Returns the enum constant of this type with the specified name.static Wkt.Dialect[]Wkt.Dialect. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geolatte.geom.codec with parameters of type Wkt.Dialect Modifier and Type Method Description static WktDecoderWkt. newDecoder(Wkt.Dialect dialect)Creates aWktDecoderfor the specified WKTDialect.static WktEncoderWkt. newEncoder(Wkt.Dialect dialect)Creates aWktEncoderfor the specified WKTDialect.
-