Uses of Class
jaron.gps.Latitude

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

Uses of Latitude in jaron.gps
 

Methods in jaron.gps that return Latitude
 Latitude Trackpoint.getLatitude()
          Returns a Latitude object containig a latitude coordinate of a geographical location.
 

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