Uses of Class
org.geonames.Style

Packages that use Style
org.geonames GeoNames Java API main classes. 
 

Uses of Style in org.geonames
 

Methods in org.geonames that return Style
static Style WebService.getDefaultStyle()
           
 Style ToponymSearchResult.getStyle()
           
 Style ToponymSearchCriteria.getStyle()
           
 Style Toponym.getStyle()
           
 Style PostalCodeSearchCriteria.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
static ToponymSearchResult WebService.children(int geonameId, String language, Style style)
          returns the children in the administrative hierarchy of a toponym.
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) The string fields will be transparently utf8 encoded within the call.
static void WebService.setDefaultStyle(Style defaultStyle)
           
 void ToponymSearchResult.setStyle(Style style)
           
 void ToponymSearchCriteria.setStyle(Style style)
           
 void Toponym.setStyle(Style style)
           
 void PostalCodeSearchCriteria.setStyle(Style style)