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 GeocodingResultdecodeResult(String queryResult)Decode the output of the geocoder.static BingGeocoderget()protected StringtoQueryURL(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:GeocoderReturns the geocoder URL for an address.- Specified by:
toQueryURLin classGeocoder- Returns:
-
decodeResult
protected GeocodingResult decodeResult(String queryResult)
Description copied from class:GeocoderDecode the output of the geocoder.- Specified by:
decodeResultin classGeocoder- Returns:
-
-