public class PostgisWkbDecoder extends Object implements WkbDecoder
This WKB Decoder interprets Points with NaN coordinates as empty points.
| Constructor and Description |
|---|
PostgisWkbDecoder() |
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
decode(ByteBuffer byteBuffer,
CoordinateReferenceSystem<P> crs)
Decodes a WKB encoded representation of a
Geometry, assuming the specified
CoordinateReferenceSystem |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecodepublic <P extends Position> Geometry<P> decode(ByteBuffer byteBuffer, CoordinateReferenceSystem<P> crs)
WkbDecoderGeometry, assuming the specified
CoordinateReferenceSystemdecode in interface WkbDecoderP - the Position type for the (base)byteBuffer - the WKB encoded binary representationcrs - the base coordinate reference system assumed for the wktGeometryCopyright © 2023 geolatte.org. All rights reserved.