org.opennms.features.poller.remote.gwt.server.geocoding
Class NullGeocoder
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NullGeocoder
public NullGeocoder()
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.