Uses of Class
com.mymed.utils.locator.Location

Packages that use Location
com.mymed.utils.locator   
 

Uses of Location in com.mymed.utils.locator
 

Methods in com.mymed.utils.locator that return Location
 Location[] Location.boundingCoordinates(double distance)
          Finds the coordinates of the bounding box of the circle with radius distance
static Location Location.fromDegrees(double latitude, double longitude, java.lang.String provider)
           
static Location Location.fromRadians(double latitude, double longitude, java.lang.String provider)
           
static Location Locator.getLocationFromId(long locationId)
          Decode the location Id and returns the corresponding location (latitude and longitude in degrees).
 

Methods in com.mymed.utils.locator with parameters of type Location
 double Location.distanceGCTo(Location location)
          Computes the great circle distance between this GeoLocation instance and the location argument.