Package | Description |
---|---|
com.openindex.openestate.tool.utils.geo.geonames | |
org.geonames |
GeoNames Java API main classes.
|
Modifier and Type | Field and Description |
---|---|
FeatureClass |
GeonamesLookupNameResult.extFeatureClass |
FeatureClass |
GeonamesLookupCoordinatesResult.extFeatureClass |
Modifier and Type | Method and Description |
---|---|
static FeatureClass |
FeatureClass.fromValue(String value) |
FeatureClass |
Toponym.getFeatureClass()
the feature class
FeatureClass |
FeatureClass |
ToponymSearchCriteria.getFeatureClass() |
static FeatureClass |
FeatureClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FeatureClass[] |
FeatureClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<Toponym> |
WebService.findNearby(double latitude,
double longitude,
double radius,
FeatureClass featureClass,
String[] featureCodes,
String language,
int maxRows)
Based on the following inforamtion: Webservice Type : REST
api.geonames.org/findNearbyWikipedia? Parameters : lang : language code
(around 240 languages) (default = en) lat,lng, radius (in km), maxRows
(default = 10) featureClass featureCode Example:
http://api.geonames.org/findNearby?lat=47.3&lng=9
|
static List<Toponym> |
WebService.findNearby(double latitude,
double longitude,
FeatureClass featureClass,
String[] featureCodes) |
void |
Toponym.setFeatureClass(FeatureClass featureClass) |
void |
ToponymSearchCriteria.setFeatureClass(FeatureClass featureClass) |
Copyright © 2019 OpenEstate. All rights reserved.