|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.MapBrowser.rover.RoverDataStore
com.partnersoft.v3x.apps.MapBrowser.rover.MultiDumpDataStore
public class MultiDumpDataStore
Storage for Rover Data, indexed by datatype and dataID, stored as a set of numbered dump files.
| Constructor Summary | |
|---|---|
MultiDumpDataStore()
|
|
MultiDumpDataStore(java.lang.String path)
|
|
| Method Summary | |
|---|---|
RoverData |
getDataFor(int dataType,
int dataID)
Grab the RoverData object for the given dataType and ID. |
java.util.ArrayList |
getLabelsFor(int dataType)
Grab the field names for the given dataType. |
java.lang.String |
getPath()
Directory path to RoverDataStore files. |
java.lang.String |
getThemeNameFor(int dataType)
Grab the theme name for the given dataType. |
void |
setPath(java.lang.String newPath)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiDumpDataStore()
public MultiDumpDataStore(java.lang.String path)
| Method Detail |
|---|
public java.util.ArrayList getLabelsFor(int dataType)
public java.lang.String getThemeNameFor(int dataType)
getThemeNameFor in class RoverDataStore
public RoverData getDataFor(int dataType,
int dataID)
getDataFor in class RoverDataStorepublic java.lang.String getPath()
getPath in class RoverDataStorepublic void setPath(java.lang.String newPath)
setPath in class RoverDataStore
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||