Class GISCOGeocoderNominatimDetail
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.geocoding.base.Geocoder
-
- eu.europa.ec.eurostat.jgiscotools.geocoding.GISCOGeocoderNominatimDetail
-
public class GISCOGeocoderNominatimDetail extends Geocoder
Some function to geocode data based on addresses using GISCO geocoder.- Author:
- clemoki
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected GeocodingResult
decodeResult(String queryResult)
Decode the output of the geocoder.static GISCOGeocoderNominatimDetail
get()
protected String
toQueryURL(GeocodingAddress ad)
Returns the geocoder URL for an address.
-
-
-
Method Detail
-
get
public static GISCOGeocoderNominatimDetail get()
- Returns:
- the instance.
-
toQueryURL
protected String toQueryURL(GeocodingAddress ad)
Description copied from class:Geocoder
Returns the geocoder URL for an address.- Specified by:
toQueryURL
in classGeocoder
- Returns:
-
decodeResult
protected GeocodingResult decodeResult(String queryResult)
Description copied from class:Geocoder
Decode the output of the geocoder.- Specified by:
decodeResult
in classGeocoder
- Returns:
-
-