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