|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nasa.worldwind.layers.rpf.RPFFileIndex
public class RPFFileIndex
Nested Class Summary | |
---|---|
static class |
RPFFileIndex.DirectoryRecord
|
static class |
RPFFileIndex.IndexProperties
|
static class |
RPFFileIndex.Record
|
static interface |
RPFFileIndex.RecordFactory
|
static class |
RPFFileIndex.RPFFileRecord
|
static class |
RPFFileIndex.Table
|
static class |
RPFFileIndex.WaveletRecord
|
Constructor Summary | |
---|---|
RPFFileIndex()
|
Method Summary | |
---|---|
RPFFileIndex.Record |
createRPFFileRecord(File file)
|
RPFFileIndex.Record |
createWaveletRecord(File file,
long rpfFileKey)
|
RPFFileIndex.Table |
getDirectoryTable()
|
RPFFileIndex.IndexProperties |
getIndexProperties()
|
File |
getRPFFile(long key)
|
RPFFileIndex.Table |
getRPFFileTable()
|
File |
getWaveletFile(long key)
|
RPFFileIndex.Table |
getWaveletTable()
|
void |
load(ByteBuffer buffer)
|
ByteBuffer |
save()
|
void |
updateBoundingSector()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RPFFileIndex()
Method Detail |
---|
public RPFFileIndex.Record createRPFFileRecord(File file)
public RPFFileIndex.Record createWaveletRecord(File file, long rpfFileKey)
public RPFFileIndex.Table getDirectoryTable()
public RPFFileIndex.IndexProperties getIndexProperties()
public File getRPFFile(long key)
public RPFFileIndex.Table getRPFFileTable()
public File getWaveletFile(long key)
public RPFFileIndex.Table getWaveletTable()
public void load(ByteBuffer buffer) throws IOException
IOException
public ByteBuffer save() throws IOException
IOException
public void updateBoundingSector()
|
NASA World Wind | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |