Uses of Class
org.netxms.base.GeoLocation
Packages that use GeoLocation
- 
Uses of GeoLocation in org.netxms.baseMethods in org.netxms.base that return GeoLocationModifier and TypeMethodDescriptionstatic GeoLocationGeoLocation.parseGeoLocation(String s) Parse geolocation string where latitude and longitude placed together and separated by space(s).static GeoLocationGeoLocation.parseGeoLocation(String lat, String lon) Parse geolocation string.Methods in org.netxms.base that return types with arguments of type GeoLocationModifier and TypeMethodDescriptionstatic Map<String,List<GeoLocation>> KMLParser.importPolygons(File file) KML polygon parserstatic Map<String,List<GeoLocation>> KMLParser.importPolygons(String content) KML polygon parserMethods in org.netxms.base with parameters of type GeoLocationModifier and TypeMethodDescriptionintGeoLocation.calculateDistance(GeoLocation location) Calculates distance between two location pointsbooleanGeoLocation.isWithinArea(GeoLocation northWest, GeoLocation southEast) Check if this location is within given area.
- 
Uses of GeoLocation in org.netxms.clientFields in org.netxms.client with type parameters of type GeoLocationMethods in org.netxms.client that return GeoLocationModifier and TypeMethodDescriptionGeoArea.getBoundingBox()Get bounding box for this area.NXCObjectModificationData.getGeolocation()NXCObjectModificationData.getMapBackgroundLocation()Methods in org.netxms.client that return types with arguments of type GeoLocationModifier and TypeMethodDescriptionGeoArea.getBorder()NXCSession.getLocationHistory(long objectId, Date from, Date to) Get location history for given object.Methods in org.netxms.client with parameters of type GeoLocationModifier and TypeMethodDescriptionvoidNXCObjectModificationData.setGeolocation(GeoLocation geolocation) voidNXCObjectModificationData.setMapBackground(UUID mapBackground, GeoLocation mapBackgroundLocation, int mapBackgroundZoom, int mapBackgroundColor) Constructor parameters in org.netxms.client with type arguments of type GeoLocationModifierConstructorDescriptionGeoArea(int id, String name, String comments, List<GeoLocation> border) Create new geographical area object.
- 
Uses of GeoLocation in org.netxms.client.objectsFields in org.netxms.client.objects declared as GeoLocationMethods in org.netxms.client.objects that return GeoLocationModifier and TypeMethodDescriptionNetworkMap.getBackgroundLocation()AbstractObject.getGeolocation()