Package org.geolatte.geom.codec
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
Created by maesenka on 07/10/14.
-
Interface Summary Interface Description WkbDecoder A decoder for WKB (Well-Known Binary) encodedGeometries.WkbEncoder An encoder for WKB (Well-Known Binary) encodedGeometries.WktDecoder A decoder for WKT (Well-Known Text) representations.WktEncoder An Encoder for WKT (Well-Known Text) representations. -
Class Summary Class Description CrsWktDecoder A decoder forCoordinateReferenceSystemdefinitions in WKT.Wkb Creates encoders/decoders for WKB geometry representations.Wkt Creates encoders/decoders for WKT geometry representations. -
Enum Summary Enum Description Wkb.Dialect Wkt.Dialect -
Exception Summary Exception Description UnsupportedConversionException Thrown when the WKT/WKB representation is not supported by the encoder or decoder.UnsupportedCoordinateSystemException An exception for coordinate systems (as defined by their axes) that are not compatible with a givenCoordinateReferenceSystem.WkbDecodeException Thrown when the WKB cannot be parsed.WktDecodeException Thrown when the WKT cannot be parsed (is syntactically incorrect).