Package | Description |
---|---|
org.geonames |
GeoNames Java API main classes.
|
Modifier and Type | Method and Description |
---|---|
static ToponymSearchResult |
WebService.children(int geonameId,
String language,
Style style)
returns the children in the administrative hierarchy of a toponym.
|
static ToponymSearchResult |
WebService.children(int geonameId,
String language,
Style style,
int maxRows) |
static ToponymSearchResult |
WebService.neighbours(int geonameId,
String language,
Style style)
returns the neighbours of a toponym.
|
static ToponymSearchResult |
WebService.search(String q,
String countryCode,
String name,
String[] featureCodes,
int startRow)
convenience method for
WebService.search(ToponymSearchCriteria) |
static ToponymSearchResult |
WebService.search(String q,
String countryCode,
String name,
String[] featureCodes,
int startRow,
String language,
Style style,
String exactName)
convenience method for
WebService.search(ToponymSearchCriteria) |
static ToponymSearchResult |
WebService.search(ToponymSearchCriteria searchCriteria)
full text search on the GeoNames database.
|
Copyright © 2019 OpenEstate. All rights reserved.