Class BingGeocoder
- java.lang.Object
-
- eu.europa.ec.eurostat.jgiscotools.geocoding.base.Geocoder
-
- eu.europa.ec.eurostat.jgiscotools.geocoding.BingGeocoder
-
public class BingGeocoder extends 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 BingGeocoder
get()
protected String
toQueryURL(GeocodingAddress ad)
Returns the geocoder URL for an address.
-
-
-
Field Detail
-
key
public static String key
-
-
Method Detail
-
get
public static BingGeocoder 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:
-
-