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 StringBingGeocoder. toQueryURL(GeocodingAddress ad)protected StringGISCOGeocoderAPI. toQueryURL(GeocodingAddress ad)protected StringGISCOGeocoderNominatimDetail. toQueryURL(GeocodingAddress ad)protected StringGISCOGeocoderNominatimQuery. 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 GeocodingResultGeocoder. geocode(GeocodingAddress address, boolean printURLQuery)Geocode an address.protected abstract StringGeocoder. toQueryURL(GeocodingAddress ga)Returns the geocoder URL for an address.
-