Uses of Class
org.geonames.Toponym

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

Uses of Toponym in org.geonames
 

Methods in org.geonames that return Toponym
static Toponym WebService.get(int geoNameId, String language, String style)
           
 

Methods in org.geonames that return types with arguments of type Toponym
static List<Toponym> WebService.findNearby(double latitude, double longitude, double radius, FeatureClass featureClass, String[] featureCodes, String language, int maxRows)
          Based on the following inforamtion: Webservice Type : REST ws.geonames.org/findNearbyWikipedia?
static List<Toponym> WebService.findNearby(double latitude, double longitude, FeatureClass featureClass, String[] featureCodes)
           
static List<Toponym> WebService.findNearbyPlaceName(double latitude, double longitude)
          convenience method for WebService.findNearbyPlaceName(double,double,double,int)
static List<Toponym> WebService.findNearbyPlaceName(double latitude, double longitude, double radius, int maxRows)
           
 List<Toponym> ToponymSearchResult.getToponyms()
           
static List<Toponym> WebService.hierarchy(int geonameId, String language, Style style)
          returns the hierarchy for a geonameId
 

Methods in org.geonames with parameters of type Toponym
static void WebService.saveTags(String[] tags, Toponym toponym, String username, String password)
           
 

Method parameters in org.geonames with type arguments of type Toponym
 void ToponymSearchResult.setToponyms(List<Toponym> toponyms)