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> |
WkbEncoder.encode(Geometry<P> geometry,
ByteOrder byteOrder)
Encodes a
Geometry to its WKB representation |
static ByteBuffer |
Wkb.toWkb(Geometry<?> geometry,
ByteOrder byteOrder)
Encodes a
Geometry into a WKB representation using the specified byte-order. |
Copyright © 2019 geolatte.org. All rights reserved.