Uses of Class
org.geonames.GeoNamesException
-
Packages that use GeoNamesException Package Description org.geonames GeoNames Java API main classes. -
-
Uses of GeoNamesException in org.geonames
Subclasses of GeoNamesException in org.geonames Modifier and Type Class Description class
InsufficientStyleException
Is thrown when trying to access a field that has not been set as the style for the request was not sufficiently verbose to return this information.class
InvalidParameterException
is thrown when the search criteria is initialized with obviously invalid parameters, such as an invalid country code.Methods in org.geonames that throw GeoNamesException Modifier and Type Method Description static int
WebService. astergdem(double latitude, double longitude)
static String
WebService. countryCode(double latitude, double longitude)
The iso country code of any given point.static String
WebService. countryCode(double latitude, double longitude, double radius)
The iso country code of any given point with radius for coastal areas.static int
WebService. gtopo30(double latitude, double longitude)
GTOPO30 is a global digital elevation model (DEM) with a horizontal grid spacing of 30 arc seconds (approximately 1 kilometer).static int
WebService. srtm3(double latitude, double longitude)
Shuttle Radar Topography Mission (SRTM) elevation data.
-