Uses of Class
org.geonames.Style
-
Packages that use Style Package Description org.geonames GeoNames Java API main classes. -
-
Uses of Style in org.geonames
Fields in org.geonames declared as Style Modifier and Type Field Description Style
ToponymSearchResult. style
Methods in org.geonames that return Style Modifier and Type Method Description static Style
WebService. getDefaultStyle()
Style
PostalCodeSearchCriteria. getStyle()
Style
Toponym. getStyle()
Style
ToponymSearchCriteria. getStyle()
Style
ToponymSearchResult. 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.Methods in org.geonames with parameters of type Style Modifier and Type Method 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 geonameIdstatic 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 forWebService.search(ToponymSearchCriteria)
static void
WebService. setDefaultStyle(Style defaultStyle)
void
PostalCodeSearchCriteria. setStyle(Style style)
void
Toponym. setStyle(Style style)
void
ToponymSearchCriteria. setStyle(Style style)
void
ToponymSearchResult. setStyle(Style style)
-