|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface which generalizes the access to classes that store a tracklog like a GPX tracklog or a CSV tracklog
TracklogManager
,
WaypointManager
Method Summary | |
void |
clear()
Clears the tracklog |
void |
close()
Closes the tracklog |
void |
open(java.lang.String path)
Opens the tracklog file in the specified path |
void |
start()
Starts tracking |
void |
stop()
Stops tracking |
void |
storeTrackpoint(Trackpoint _trkpt)
Stores a trackpoint in the tracklog |
void |
storeWaypoint(Waypoint _wpt)
Stores a waypoint in the tracklog |
Method Detail |
public void open(java.lang.String path) throws java.io.IOException
path
- the complete path, including the folder and file name
java.io.IOException
public void close()
public void start()
public void stop()
public void clear() throws java.io.IOException
java.io.IOException
public void storeTrackpoint(Trackpoint _trkpt)
_trkpt
- the trackpoint to storepublic void storeWaypoint(Waypoint _wpt)
_wpt
- the waypoint to store
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |