Uses of Class
jaron.gps.Longitude

Packages that use Longitude
jaron.gps Provides the classes for the abstraction of GPS data. 
 

Uses of Longitude in jaron.gps
 

Methods in jaron.gps that return Longitude
 Longitude Trackpoint.getLongitude()
          Returns a Longitude object containig a longitude coordinate of a geographical location.
 

Methods in jaron.gps with parameters of type Longitude
static double GPSUtil.getDistance(Latitude lat1, Longitude lon1, Latitude lat2, Longitude lon2)
          Returns the distance between two locations.
 void Trackpoint.setLongitude(Longitude longitude)
          Sets the geographical longitude coordinate of this track point.