Uses of Class
jaron.gps.Trackpoint

Packages that use Trackpoint
jaron.google Provides the classes for the communication with Google Earth. 
jaron.gps Provides the classes for the abstraction of GPS data. 
 

Uses of Trackpoint in jaron.google
 

Methods in jaron.google with parameters of type Trackpoint
 void GoogleEarthKMLProvider.trackpointChanged(Trackpoint trackpoint)
           
 

Uses of Trackpoint in jaron.gps
 

Methods in jaron.gps that return types with arguments of type Trackpoint
 java.util.ArrayList<Trackpoint> Trackpath.getTrackpoints()
          Returns a list of all the track points of the track.
 

Methods in jaron.gps with parameters of type Trackpoint
 void Trackpath.addTrackpoint(Trackpoint trackpoint)
          Adds a trackpoint to the track path.
static double GPSUtil.getDistance(Trackpoint p1, Trackpoint p2)
          Returns the distance between two locations.
 void TrackpointListener.trackpointChanged(Trackpoint trackpoint)