Uses of Class
edu.hkust.afchecker.data.GPSCoordinate

Packages that use GPSCoordinate
edu.hkust.afchecker.data   
 

Uses of GPSCoordinate in edu.hkust.afchecker.data
 

Methods in edu.hkust.afchecker.data that return GPSCoordinate
 GPSCoordinate EnvironmentData.getGPS_Location()
          get the GPS location
 

Methods in edu.hkust.afchecker.data with parameters of type GPSCoordinate
static double GPSCoordinate.dist(GPSCoordinate loc1, GPSCoordinate loc2)
          compute the distance between two GPS coodinates ignoring the altitudes
 void EnvironmentData.setGPS_Location(GPSCoordinate c)
          set GPS location