|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.v3x.apps.GPS.GPSFileManager
public class GPSFileManager
Manager for GPS data files. Handles translation to Rover, listing, etc.
| Constructor Summary | |
|---|---|
GPSFileManager(java.lang.String path)
|
|
| Method Summary | |
|---|---|
void |
clearData()
Cleans up rover data directories; do this when you start an application that uses GPS files. |
RoverBundle |
getGPSRover(java.lang.String gpsFilename)
Converts the given GPS file to a RoverBundle and returns the result. |
java.util.Iterator |
listGPSFiles()
Lists the filenames of all GPS files. |
static GPSFileManager |
singleton()
Use this singleton to keep from getting too many cooks in the kitchen. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GPSFileManager(java.lang.String path)
| Method Detail |
|---|
public static GPSFileManager singleton()
public java.util.Iterator listGPSFiles()
public void clearData()
public RoverBundle getGPSRover(java.lang.String gpsFilename)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||