gps.tracks
Class Track

java.lang.Object
  extended by gps.tracks.Track

public final class Track
extends java.lang.Object


Constructor Summary
Track()
           
 
Method Summary
 void addTrackpoint(Trackpoint trkpt)
           
 Trackpoint get(int i)
           
 BT747Vector getTrackpoints()
           
 void removeAll()
           
 void setTrackpoints(BT747Vector trackpoints)
           
 int size()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Track

public Track()
Method Detail

getTrackpoints

public final BT747Vector getTrackpoints()

setTrackpoints

public final void setTrackpoints(BT747Vector trackpoints)

addTrackpoint

public final void addTrackpoint(Trackpoint trkpt)

get

public final Trackpoint get(int i)

size

public final int size()

removeAll

public final void removeAll()