Package | Description |
---|---|
org.geonames |
GeoNames Java API main classes.
|
Modifier and Type | Field and Description |
---|---|
Style |
ToponymSearchResult.style |
Modifier and Type | Method and Description |
---|---|
static Style |
WebService.getDefaultStyle() |
Style |
ToponymSearchResult.getStyle() |
Style |
Toponym.getStyle() |
Style |
PostalCodeSearchCriteria.getStyle() |
Style |
ToponymSearchCriteria.getStyle() |
static Style |
Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Style[] |
Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 List<Toponym> |
WebService.hierarchy(int geonameId,
String language,
Style style)
returns the hierarchy for a geonameId
|
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,
String language,
Style style,
String exactName)
convenience method for
WebService.search(ToponymSearchCriteria) |
static void |
WebService.setDefaultStyle(Style defaultStyle) |
void |
ToponymSearchResult.setStyle(Style style) |
void |
Toponym.setStyle(Style style) |
void |
PostalCodeSearchCriteria.setStyle(Style style) |
void |
ToponymSearchCriteria.setStyle(Style style) |
Copyright © 2019 OpenEstate. All rights reserved.