public class Sfa121WkbDecoder extends Object implements WkbDecoder
| Constructor and Description |
|---|
Sfa121WkbDecoder() |
| 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 © 2021 geolatte.org. All rights reserved.