| Package | Description |
|---|---|
| org.opennms.features.geocoder | |
| org.opennms.features.geocoder.google | |
| org.opennms.features.geocoder.nominatim |
| Modifier and Type | Class and Description |
|---|---|
class |
TemporaryGeocoderException |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
GeocoderService.getCoordinates(String address) |
protected void |
Coordinates.setCoordinates(String lonLat) |
static Double[] |
Coordinates.splitCommaSeparatedDoubles(String coordinateString) |
static Float[] |
Coordinates.splitCommaSeparatedFloats(String coordinateString) |
| Constructor and Description |
|---|
Coordinates(String lonLat) |
| Modifier and Type | Method and Description |
|---|---|
void |
GoogleGeocoderService.ensureInitialized() |
Coordinates |
GoogleGeocoderService.getCoordinates(String address) |
| Constructor and Description |
|---|
GoogleCoordinates(com.google.code.geocoder.model.GeocoderResult result) |
| Modifier and Type | Method and Description |
|---|---|
Coordinates |
NominatimGeocoderService.getCoordinates(String address) |
Copyright © 2017. All rights reserved.