org.deegree_impl.io.shpapi
Class IndexRecord

java.lang.Object
  extended byorg.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

Field Summary
protected  int length
           
protected  int offset
           
 
Constructor Summary
IndexRecord()
           
IndexRecord(byte[] recBuf)
           
IndexRecord(int off, int len)
           
 
Method Summary
 int getLength()
           
 int getOffset()
           
 byte[] writeIndexRecord()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offset

protected int offset

length

protected int length
Constructor Detail

IndexRecord

public IndexRecord()

IndexRecord

public IndexRecord(int off,
                   int len)

IndexRecord

public IndexRecord(byte[] recBuf)
Method Detail

getLength

public int getLength()

getOffset

public int getOffset()

writeIndexRecord

public byte[] writeIndexRecord()