Uses of Class
org.geolatte.geom.ByteOrder
-
Packages that use ByteOrder Package Description org.geolatte.geom A model for geospatial geometries.org.geolatte.geom.codec Encoder/Decoder classes for serializing Geometries and Coordinate Reference Systems. -
-
Uses of ByteOrder in org.geolatte.geom
Methods in org.geolatte.geom that return ByteOrder Modifier and Type Method Description ByteOrderByteBuffer. getByteOrder()Gets the byte order of this instance.static ByteOrderByteOrder. valueOf(byte orderByte)Returns theByteOrder corresponding to the specified orderByte.static ByteOrderByteOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ByteOrderByteOrder. valueOf(ByteOrder byteOrder)Returns theByteOrder corresponding to the specifiedByteOrder.static ByteOrder[]ByteOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geolatte.geom with parameters of type ByteOrder Modifier and Type Method Description voidByteBuffer. setByteOrder(ByteOrder wbo)Sets the byte order for this instance. -
Uses of ByteOrder in org.geolatte.geom.codec
Methods in org.geolatte.geom.codec with parameters of type ByteOrder Modifier and Type Method Description <P extends Position>
ByteBufferWkbEncoder. encode(Geometry<P> geometry, ByteOrder byteOrder)Encodes aGeometryto its WKB representationstatic ByteBufferWkb. toWkb(Geometry<?> geometry, ByteOrder byteOrder)Encodes aGeometryinto a WKB representation using the specified byte-order.
-