Package org.opennms.features.geocoder
-
Interface Summary Interface Description GeocoderService AGeocoderService
capable of resolving an address string to actual coordinates.GeocoderServiceManager Manager interface to the underlyingGeocoderService
s. -
Class Summary Class Description ConfigurationUtils Helper class to deal with String values.Coordinates GeocoderConfiguration Common (abstract) class for all {@@ink GeocoderConfiguration}s.GeocoderResult The resolution result of theGeocoderService
.GeocoderResult.Builder GeocoderServiceManagerConfiguration -
Exception Summary Exception Description GeocoderConfigurationException In case aGeocoderService
is not configured properly, it should throw this exception.GeocoderException In case resolving an address to its geocoordinates was not successful this exception should be thrown.