Uses of Class
org.geonames.ToponymSearchResult

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

Uses of ToponymSearchResult in org.geonames
 

Methods in org.geonames that return ToponymSearchResult
static ToponymSearchResult WebService.children(int geonameId, String language, Style style)
          returns the children in the administrative hierarchy of a toponym.
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) The string fields will be transparently utf8 encoded within the call.
static ToponymSearchResult WebService.search(ToponymSearchCriteria searchCriteria)
          full text search on the GeoNames database.