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

Packages that use GeoLocationOutOfBoundException
com.mymed.utils.locator   
 

Uses of GeoLocationOutOfBoundException in com.mymed.utils.locator
 

Methods in com.mymed.utils.locator that throw GeoLocationOutOfBoundException
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 java.util.List<long[]> Locator.getCoveringLocationId(double latitude, double longitude, int radius)
          Returns a list of location Id ranges, that cover the area defined by latitude longitude and radius.
static Location Locator.getLocationFromId(long locationId)
          Decode the location Id and returns the corresponding location (latitude and longitude in degrees).
static long Locator.getLocationId(double latitude, double longitude)
          Returns the location Id that corresponds to the specified position.
 

Constructors in com.mymed.utils.locator that throw GeoLocationOutOfBoundException
Location(java.lang.Double latitude, java.lang.Double longitude)