| Package | Description |
|---|---|
| org.geolatte.geom |
A model for geospatial geometries.
|
| org.geolatte.geom.codec |
Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems.
|
| Modifier and Type | Method and Description |
|---|---|
ByteOrder |
ByteBuffer.getByteOrder()
Gets the byte order of this instance.
|
static ByteOrder |
ByteOrder.valueOf(byte orderByte)
Returns the
ByteOrder corresponding to the specified orderByte. |
static ByteOrder |
ByteOrder.valueOf(ByteOrder byteOrder)
Returns the
ByteOrder corresponding to the specified |
static ByteOrder |
ByteOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ByteOrder[] |
ByteOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ByteBuffer.setByteOrder(ByteOrder wbo)
Sets the byte order for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
<P extends Position> |
MySqlWkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder) |
<P extends Position> |
PostgisWkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder) |
<P extends Position> |
WkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder)
Encodes a
Geometry to its WKB representation |
<P extends Position> |
HANAWkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder) |
<P extends Position> |
Sfa110WkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder) |
<P extends Position> |
Sfa121WkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder) |
static ByteBuffer |
Wkb.toWkb(Geometry<?> geometry,
ByteOrder byteOrder)
Encodes a
Geometry into a WKB representation using the specified byte-order. |
static ByteBuffer |
Wkb.toWkb(Geometry<?> geometry,
ByteOrder byteOrder,
Wkb.Dialect dialect)
Encodes a
Geometry into a WKB representation using the specified byte-order. |
Copyright © 2021 geolatte.org. All rights reserved.