org.opennms.features.poller.remote.gwt.server.geocoding
Class NominatimGeocoder

java.lang.Object
  extended by org.opennms.features.poller.remote.gwt.server.geocoding.NominatimGeocoder
All Implemented Interfaces:
Geocoder

public class NominatimGeocoder
extends Object
implements Geocoder

NominatimGeocoder class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger

Constructor Summary
NominatimGeocoder()
          Constructor for NominatimGeocoder.
NominatimGeocoder(String emailAddress)
          Constructor for NominatimGeocoder.
 
Method Summary
 GWTLatLng geocode(String geolocation)
          geocode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NominatimGeocoder

public NominatimGeocoder()
                  throws GeocoderException

Constructor for NominatimGeocoder.

Throws:
GeocoderException - if any.

NominatimGeocoder

public NominatimGeocoder(String emailAddress)
                  throws GeocoderException

Constructor for NominatimGeocoder.

Parameters:
emailAddress - a String object.
Throws:
GeocoderException - if any.
Method Detail

geocode

public GWTLatLng geocode(String geolocation)
                  throws GeocoderException

geocode

Specified by:
geocode in interface Geocoder
Parameters:
geolocation - a String object.
Returns:
a GWTLatLng object.
Throws:
GeocoderException - if any.


Copyright © 2011. All Rights Reserved.