Uses of Class
org.deegree_impl.io.shpapi.IndexRecord

Packages that use IndexRecord
org.deegree_impl.io.shpapi   
 

Uses of IndexRecord in org.deegree_impl.io.shpapi
 

Fields in org.deegree_impl.io.shpapi declared as IndexRecord
private  IndexRecord[] IndexFile.indexArray
          array which holds the content of .shx-file:
 

Methods in org.deegree_impl.io.shpapi that return IndexRecord
 IndexRecord[] IndexFile.getIndexArray()
          method: getIndexArray()
clones local field indexArray
 IndexRecord IndexFile.getIndexRecord(int RecNo)
          method: getIndexRecord (int RecNo)
function to get Index Record by Record number
 

Methods in org.deegree_impl.io.shpapi with parameters of type IndexRecord
 void MainFile.write(byte[] bytearray, IndexRecord record, SHPEnvelope mbr)
          method: public void write(byte[] bytearray)
appends a bytearray to the shape file
 void IndexFile.appendRecord(IndexRecord record, SHPEnvelope mbr)
          appends an index record to the indexfile