superwaba.ext.xplat.io.gps.garmin
Class Route
java.lang.Object
|
+--superwaba.ext.xplat.io.gps.garmin.Route
- public class Route
- extends java.lang.Object
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,
java.lang.String comment)
|
Route(int routeNum,
java.lang.String comment,
Waypoint[] waypoints)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Route
public Route(int routeNum,
java.lang.String comment)
Route
public Route(int routeNum,
java.lang.String comment,
Waypoint[] waypoints)
add
public void add(Waypoint way)
write
public void write(Stream st)