org.opennms.features.poller.remote.gwt.server.geocoding
Interface Geocoder

All Known Implementing Classes:
GoogleMapsGeocoder, MapquestGeocoder, NominatimGeocoder, NullGeocoder

public interface Geocoder

Geocoder interface.

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

Method Summary
 GWTLatLng geocode(String geolocation)
          geocode
 

Method Detail

geocode

GWTLatLng geocode(String geolocation)
                  throws GeocoderException

geocode

Parameters:
geolocation - a String object.
Returns:
a GWTLatLng object.
Throws:
GeocoderException - if any.


Copyright © 2011. All Rights Reserved.