Uses of Class
org.geolatte.geom.codec.Wkb.Dialect
-
Packages that use Wkb.Dialect Package Description org.geolatte.geom.codec Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems. -
-
Uses of Wkb.Dialect in org.geolatte.geom.codec
Methods in org.geolatte.geom.codec that return Wkb.Dialect Modifier and Type Method Description static Wkb.DialectWkb.Dialect. valueOf(String name)Returns the enum constant of this type with the specified name.static Wkb.Dialect[]Wkb.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 Wkb.Dialect Modifier and Type Method Description static WkbDecoderWkb. newDecoder(Wkb.Dialect dialect)Creates aWkbDecoderfor the specified WKBDialect.static WkbEncoderWkb. newEncoder(Wkb.Dialect dialect)Creates aWkbEncoderfor the specified WKBDialect.
-