Uses of Class
location.LocationDate

Packages that use LocationDate
location   
 

Uses of LocationDate in location
 

Fields in location declared as LocationDate
private  LocationDate GPSInfo.date
          time stamp information
 

Methods in location that return LocationDate
 LocationDate GPSInfo.getDate()
          Returns the date this GPS reading was taken.
 

Constructors in location with parameters of type LocationDate
GPSInfo(Latitude latitude, Longitude longitude, double knots, LocationDate date, boolean validity)
          The constructor.