NASA World Wind

gov.nasa.worldwind.layers.rpf
Class RPFFileIndex.Table

java.lang.Object
  extended by gov.nasa.worldwind.layers.rpf.RPFFileIndex.Table
Enclosing class:
RPFFileIndex

public static class RPFFileIndex.Table
extends java.lang.Object


Constructor Summary
RPFFileIndex.Table()
           
 
Method Summary
 RPFFileIndex.Record createRecord()
           
 RPFFileIndex.Record getRecord(long key)
           
 RPFFileIndex.RecordFactory getRecordFactory()
           
 java.util.List<RPFFileIndex.Record> getRecords()
           
 void setRecordFactory(RPFFileIndex.RecordFactory recordFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RPFFileIndex.Table

public RPFFileIndex.Table()
Method Detail

createRecord

public RPFFileIndex.Record createRecord()

getRecord

public final RPFFileIndex.Record getRecord(long key)

getRecordFactory

public RPFFileIndex.RecordFactory getRecordFactory()

getRecords

public final java.util.List<RPFFileIndex.Record> getRecords()

setRecordFactory

public void setRecordFactory(RPFFileIndex.RecordFactory recordFactory)

NASA World Wind