Package | Description |
---|---|
com.openindex.openestate.tool.utils.geo.geonames | |
org.geonames |
GeoNames Java API main classes.
|
Modifier and Type | Method and Description |
---|---|
static GeonamesLookupNameResult |
GeonamesLookupNameResult.create(Toponym toponym) |
static GeonamesLookupCoordinatesResult |
GeonamesLookupCoordinatesResult.create(Toponym toponym) |
Modifier and Type | Field and Description |
---|---|
List<Toponym> |
ToponymSearchResult.toponyms |
Modifier and Type | Method and Description |
---|---|
static Toponym |
WebService.get(int geoNameId,
String language,
String style) |
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) |
static List<Toponym> |
WebService.findNearbyPlaceName(double latitude,
double longitude)
convenience method for
WebService.findNearbyPlaceName(double, double, double, int) |
static List<Toponym> |
WebService.findNearbyPlaceName(double latitude,
double longitude,
double radius,
int maxRows) |
List<Toponym> |
ToponymSearchResult.getToponyms() |
static List<Toponym> |
WebService.hierarchy(int geonameId,
String language,
Style style)
returns the hierarchy for a geonameId
|
Modifier and Type | Method and Description |
---|---|
static void |
WebService.saveTags(String[] tags,
Toponym toponym,
String username,
String password) |
Modifier and Type | Method and Description |
---|---|
void |
ToponymSearchResult.setToponyms(List<Toponym> toponyms) |
Copyright © 2019 OpenEstate. All rights reserved.