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

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

public class NullGeocoder
extends Object
implements Geocoder

NullGeocoder class.

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

Constructor Summary
NullGeocoder()
           
 
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

NullGeocoder

public NullGeocoder()
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.