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)
GeometrybyteBuffer - the WKB encoded binary representationGeometryWkbDecodeException - if the specified ByteBuffer is an illegal or unsupported WKB representationCopyright © 2015 geolatte.org. All rights reserved.