org.geotools.data.shapefile.index.quadtree.fs
Class IndexHeader
Object
IndexHeader
public class IndexHeader
- extends Object
DOCUMENT ME!
- Author:
- Tommaso Nolli
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSB_ORDER
public static final byte LSB_ORDER
- See Also:
- Constant Field Values
MSB_ORDER
public static final byte MSB_ORDER
- See Also:
- Constant Field Values
NATIVE_ORDER
public static final byte NATIVE_ORDER
- See Also:
- Constant Field Values
NEW_LSB_ORDER
public static final byte NEW_LSB_ORDER
- See Also:
- Constant Field Values
NEW_MSB_ORDER
public static final byte NEW_MSB_ORDER
- See Also:
- Constant Field Values
IndexHeader
public IndexHeader(byte byteOrder)
IndexHeader
public IndexHeader(ReadableByteChannel channel)
throws IOException,
StoreException
- DOCUMENT ME!
- Parameters:
channel
-
- Throws:
IOException
StoreException
writeTo
public void writeTo(ByteBuffer buf)
getByteOrder
public byte getByteOrder()
- DOCUMENT ME!
- Returns:
- Returns the byteOrder.
Copyright © 1996-2014 Geotools. All Rights Reserved.