| Package | Description |
|---|---|
| org.netxms.base | |
| org.netxms.client | |
| org.netxms.client.objects |
| Modifier and Type | Method and Description |
|---|---|
static GeoLocation |
GeoLocation.parseGeoLocation(String lat,
String lon)
Parse geolocation string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
GeoLocation.calculateDistance(GeoLocation location)
Calculates distance between two location points
|
boolean |
GeoLocation.isWithinArea(GeoLocation northWest,
GeoLocation southEast)
Check if this location is within given area.
|
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
NXCObjectModificationData.getGeolocation() |
GeoLocation |
NXCObjectModificationData.getMapBackgroundLocation() |
| Modifier and Type | Method and Description |
|---|---|
List<GeoLocation> |
NXCSession.getLocationHistory(long objectId,
Date from,
Date to)
Get location history for given object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NXCObjectModificationData.setGeolocation(GeoLocation geolocation) |
void |
NXCObjectModificationData.setMapBackground(UUID mapBackground,
GeoLocation mapBackgroundLocation,
int mapBackgroundZoom,
int mapBackgroundColor) |
| Modifier and Type | Field and Description |
|---|---|
protected GeoLocation |
AbstractObject.geolocation |
| Modifier and Type | Method and Description |
|---|---|
GeoLocation |
NetworkMap.getBackgroundLocation() |
GeoLocation |
AbstractObject.getGeolocation() |
Copyright © 2018. All rights reserved.