gov.nasa.worldwind.layers.rpf
Class RPFFileIndex
java.lang.Object
gov.nasa.worldwind.layers.rpf.RPFFileIndex
public class RPFFileIndex
- extends 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(File file)
createWaveletRecord
public RPFFileIndex.Record createWaveletRecord(File file,
long rpfFileKey)
getDirectoryTable
public RPFFileIndex.Table getDirectoryTable()
getIndexProperties
public RPFFileIndex.IndexProperties getIndexProperties()
getRPFFile
public File getRPFFile(long key)
getRPFFileTable
public RPFFileIndex.Table getRPFFileTable()
getWaveletFile
public File getWaveletFile(long key)
getWaveletTable
public RPFFileIndex.Table getWaveletTable()
load
public void load(ByteBuffer buffer)
throws IOException
- Throws:
IOException
save
public ByteBuffer save()
throws IOException
- Throws:
IOException
updateBoundingSector
public void updateBoundingSector()