public interface WkbEncoder
Geometries
.
In general WkbEncoder
implementations are not be thread-safe.
Modifier and Type | Method and Description |
---|---|
<P extends Position> |
encode(Geometry<P> geometry,
ByteOrder byteOrder)
Encodes a
Geometry to its WKB representation |
<P extends Position> ByteBuffer encode(Geometry<P> geometry, ByteOrder byteOrder)
Geometry
to its WKB representationgeometry
- the geometry to encodebyteOrder
- the bye-order for the WKB representationCopyright © 2018 geolatte.org. All rights reserved.