|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--superwaba.ext.xplat.io.gps.garmin.Route
Represents a Garmin route (collection of waypoints). Here's an example of using Route:
SerialPort sp=new SerialPort(9600,0); Waypoint way1=new Waypoint
Constructor Summary | |
Route(int routeNum,
String comment)
|
|
Route(int routeNum,
String comment,
Waypoint[] waypoints)
|
Method Summary | |
void |
add(Waypoint way)
|
void |
write(Stream st)
|
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
toString,
wait,
wait |
Constructor Detail |
public Route(int routeNum, String comment)
public Route(int routeNum, String comment, Waypoint[] waypoints)
Method Detail |
public void add(Waypoint way)
public void write(Stream st)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |