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, wait
decode
public <P extends Position> Geometry<P> decode(ByteBuffer byteBuffer, CoordinateReferenceSystem<P> crs)
WkbDecoder
Geometry
, assuming the specified
CoordinateReferenceSystem
decode
in interface WkbDecoder
P
- the Position type for the (base)byteBuffer
- the WKB encoded binary representationcrs
- the base coordinate reference system assumed for the wktGeometry
Copyright © 2021 geolatte.org. All rights reserved.