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) |
|
static ToponymSearchResult |
WebService.search(String q,
String countryCode,
String name,
String[] featureCodes,
int startRow,
String language,
Style style,
String exactName) |
|
static ToponymSearchResult |
WebService.search(ToponymSearchCriteria searchCriteria) |
full text search on the GeoNames database.
|