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, wait
encode
public <P extends Position> ByteBuffer encode(Geometry<P> geometry, ByteOrder byteOrder)
WkbEncoder
Geometry
to its WKB representationencode
in interface WkbEncoder
geometry
- the geometry to encodebyteOrder
- the bye-order for the WKB representationCopyright © 2021 geolatte.org. All rights reserved.