gov.nasa.worldwind.layers.rpf
Class RPFFileIndex
java.lang.Object
gov.nasa.worldwind.layers.rpf.RPFFileIndex
public class RPFFileIndex
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RPFFileIndex
public RPFFileIndex()
createRPFFileRecord
public RPFFileIndex.Record createRPFFileRecord(java.io.File file)
createWaveletRecord
public RPFFileIndex.Record createWaveletRecord(java.io.File file,
long rpfFileKey)
getDirectoryTable
public RPFFileIndex.Table getDirectoryTable()
getIndexProperties
public RPFFileIndex.IndexProperties getIndexProperties()
getRPFFile
public java.io.File getRPFFile(long key)
getRPFFileTable
public RPFFileIndex.Table getRPFFileTable()
getWaveletFile
public java.io.File getWaveletFile(long key)
getWaveletTable
public RPFFileIndex.Table getWaveletTable()
load
public void load(java.nio.ByteBuffer buffer)
throws java.io.IOException
- Throws:
java.io.IOException
save
public java.nio.ByteBuffer save()
throws java.io.IOException
- Throws:
java.io.IOException
updateBoundingSector
public void updateBoundingSector()