Uses of Class
org.geonames.Toponym
-
Packages that use Toponym Package Description com.openindex.openestate.tool.utils.geo.geonames org.geonames GeoNames Java API main classes. -
-
Uses of Toponym in com.openindex.openestate.tool.utils.geo.geonames
Methods in com.openindex.openestate.tool.utils.geo.geonames with parameters of type Toponym Modifier and Type Method Description static GeonamesLookupCoordinatesResultGeonamesLookupCoordinatesResult. create(Toponym toponym)static GeonamesLookupNameResultGeonamesLookupNameResult. create(Toponym toponym) -
Uses of Toponym in org.geonames
Fields in org.geonames with type parameters of type Toponym Modifier and Type Field Description List<Toponym>ToponymSearchResult. toponymsMethods in org.geonames that return Toponym Modifier and Type Method Description static ToponymWebService. get(int geoNameId, String language, String style)Methods in org.geonames that return types with arguments of type Toponym Modifier and Type Method Description 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 api.geonames.org/findNearbyWikipedia? Parameters : lang : language code (around 240 languages) (default = en) lat,lng, radius (in km), maxRows (default = 10) featureClass featureCode Example: http://api.geonames.org/findNearby?lat=47.3&lng=9static List<Toponym>WebService. findNearby(double latitude, double longitude, FeatureClass featureClass, String[] featureCodes)static List<Toponym>WebService. findNearbyPlaceName(double latitude, double longitude)convenience method forWebService.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 geonameIdMethods in org.geonames with parameters of type Toponym Modifier and Type Method Description static voidWebService. saveTags(String[] tags, Toponym toponym, String username, String password)Method parameters in org.geonames with type arguments of type Toponym Modifier and Type Method Description voidToponymSearchResult. setToponyms(List<Toponym> toponyms)
-