public interface WkbEncoder
Geometries.
In general WkbEncoder implementations are not be thread-safe.
| Modifier and Type | Method and Description |
|---|---|
default <P extends Position> |
encode(Geometry<P> geometry)
Encodes a
Geometry to its WKB representation using NDR (little-endian) ByteOrder |
<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 representationdefault <P extends Position> ByteBuffer encode(Geometry<P> geometry)
Geometry to its WKB representation using NDR (little-endian) ByteOrdergeometry - the geometry to encodeCopyright © 2023 geolatte.org. All rights reserved.