gps.log
Class TracksAndWayPoints

java.lang.Object
  extended by gps.log.TracksAndWayPoints

public final class TracksAndWayPoints
extends java.lang.Object

Result type.

Author:
Mario

Field Summary
 BT747Vector tracks
          BT747Vector of tracks (BT747Vector) of trackpoints GPSRecord.
 BT747Vector waypoints
          BT747Vector of waypoints of type GPSRecord .
 
Constructor Summary
TracksAndWayPoints()
           
 
Method Summary
 GPSRecord[] getTrackPoints()
           
 GPSRecord[] getWayPoints()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tracks

public BT747Vector tracks
BT747Vector of tracks (BT747Vector) of trackpoints GPSRecord.


waypoints

public BT747Vector waypoints
BT747Vector of waypoints of type GPSRecord .

Constructor Detail

TracksAndWayPoints

public TracksAndWayPoints()
Method Detail

getTrackPoints

public GPSRecord[] getTrackPoints()

getWayPoints

public final GPSRecord[] getWayPoints()