org.deegree_impl.io.shpapi
Class IndexRecord
java.lang.Object
org.deegree_impl.io.shpapi.IndexRecord
- public class IndexRecord
- extends java.lang.Object
Class representing a record of an ESRI .shx file.
31.08.2000 ap: method getLength() added
31.08.2000 ap: method getOffset() added
31.08.2000 ap: method writeIndexRecord added
-----------------------------------------------
- Version:
- 31.08.2000
- Author:
- Klaus Fretter, Andreas Poth
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
offset
protected int offset
length
protected int length
IndexRecord
public IndexRecord()
IndexRecord
public IndexRecord(int off,
int len)
IndexRecord
public IndexRecord(byte[] recBuf)
getLength
public int getLength()
getOffset
public int getOffset()
writeIndexRecord
public byte[] writeIndexRecord()