public interface WkbDecoder
Geometries
.
In general WkbDecoder
implementations are not be thread-safe.
Modifier and Type | Method and Description |
---|---|
Geometry |
decode(ByteBuffer byteBuffer)
Decodes a WKB encoded representation of a
Geometry |
Geometry decode(ByteBuffer byteBuffer)
Geometry
byteBuffer
- the WKB encoded binary representationGeometry
WkbDecodeException
- if the specified ByteBuffer is an illegal or unsupported WKB representationCopyright © 2015 geolatte.org. All rights reserved.