public class MySqlWkbEncoder extends Object implements WkbEncoder
| Constructor and Description |
|---|
MySqlWkbEncoder() |
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
encode(Geometry<P> geometry,
ByteOrder byteOrder)
Encodes a
Geometry to its WKB representation |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodepublic <P extends Position> ByteBuffer encode(Geometry<P> geometry, ByteOrder byteOrder)
WkbEncoderGeometry to its WKB representationencode in interface WkbEncodergeometry - the geometry to encodebyteOrder - the bye-order for the WKB representationCopyright © 2023 geolatte.org. All rights reserved.