Uses of Class
eu.europa.ec.eurostat.jgiscotools.geocoding.base.GeocodingAddress
-
Packages that use GeocodingAddress Package Description eu.europa.ec.eurostat.jgiscotools.geocoding Geocoding utilities from various providers.eu.europa.ec.eurostat.jgiscotools.geocoding.base Generic geocoding structure. -
-
Uses of GeocodingAddress in eu.europa.ec.eurostat.jgiscotools.geocoding
Methods in eu.europa.ec.eurostat.jgiscotools.geocoding with parameters of type GeocodingAddress Modifier and Type Method Description protected String
BingGeocoder. toQueryURL(GeocodingAddress ad)
protected String
GISCOGeocoderAPI. toQueryURL(GeocodingAddress ad)
protected String
GISCOGeocoderNominatimDetail. toQueryURL(GeocodingAddress ad)
protected String
GISCOGeocoderNominatimQuery. toQueryURL(GeocodingAddress ad)
-
Uses of GeocodingAddress in eu.europa.ec.eurostat.jgiscotools.geocoding.base
Methods in eu.europa.ec.eurostat.jgiscotools.geocoding.base with parameters of type GeocodingAddress Modifier and Type Method Description GeocodingResult
Geocoder. geocode(GeocodingAddress address, boolean printURLQuery)
Geocode an address.protected abstract String
Geocoder. toQueryURL(GeocodingAddress ga)
Returns the geocoder URL for an address.
-