| Package | Description | 
|---|---|
| org.opennms.features.geolocation.api | |
| org.opennms.features.geolocation.services | |
| org.opennms.features.topology.app.internal.ui.geographical | 
| Modifier and Type | Method and Description | 
|---|---|
Coordinates | 
GeolocationInfo.getCoordinates()  | 
Coordinates | 
GeolocationResolver.resolve(String addressString)
Resolves the given addressString. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Integer,Coordinates> | 
GeolocationResolver.resolve(Collection<Integer> nodeIds)
Resolve the address string to coordinates for all nodes in nodeIds. 
 | 
Map<Integer,Coordinates> | 
GeolocationResolver.resolve(Map<Integer,String> nodeIdAddressMap)
Resolves each entry's address to its coordinate. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GeolocationInfo.setCoordinates(Coordinates coordinates)  | 
| Modifier and Type | Method and Description | 
|---|---|
Coordinates | 
DefaultGeolocationResolver.resolve(String addressString)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<Integer,Coordinates> | 
DefaultGeolocationResolver.resolve(Collection<Integer> nodeIds)  | 
Map<Integer,Coordinates> | 
DefaultGeolocationResolver.resolve(Map<Integer,String> nodeIdAddressMap)  | 
| Modifier and Type | Method and Description | 
|---|---|
Coordinates | 
Marker.getCoordinates()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Marker.setCoordinates(Coordinates coordinates)  | 
| Constructor and Description | 
|---|
Marker(Coordinates coordinates,
      String tooltip,
      boolean marked)  | 
Copyright © 2020. All rights reserved.