public interface WkbDecoder
Geometries.
In general WkbDecoder implementations are not be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
default Geometry<? extends Position> |
decode(ByteBuffer byteBuffer)
Decodes a WKB encoded representation of a
Geometry |
<P extends Position> |
decode(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs)
Decodes a WKB encoded representation of a
Geometry, assuming the specified
CoordinateReferenceSystem |
default Geometry<? extends Position> decode(ByteBuffer byteBuffer)
GeometrybyteBuffer - the WKB encoded binary representationGeometryWkbDecodeException - if the specified ByteBuffer is an illegal or unsupported WKB representation<P extends Position> Geometry<P> decode(ByteBuffer byteBuffer, CoordinateReferenceSystem<P> crs)
Geometry, assuming the specified
CoordinateReferenceSystemP - the Position type for the (base)byteBuffer - the WKB encoded binary representationcrs - the base coordinate reference system assumed for the wktGeometryWkbDecodeException - if the specified ByteBuffer is an illegal or unsupported WKB representationCopyright © 2021 geolatte.org. All rights reserved.