Module com.esri.arcgisruntime
Package com.esri.arcgisruntime.geoanalysis
package com.esri.arcgisruntime.geoanalysis
Provides classes to perform geo-analysis.
- Since:
- 100.2.0
-
ClassDescriptionRepresents base class for all analyses that can be performed on a
SceneView
.An analysis object that evaluates visibility along a line defined by observer and targetGeoElement
objects.GeoElementViewshed is an analysis object that renders a viewshed for a specifiedGeoElement
.Line of Sight analysis calculates segments of visibility between two points.Specifies the target's visibility.An event indicating that the target visibility has changed.Listener for changes in target visibility.LocationDistanceMeasurement measures the distance between a start and an end location (each usingPoint
geometry).Represents the event for changes in distances.Listener for changes in the distances.Location Line of Sight analysis calculates segments of visibility between two Point objects.LocationViewshed can be used to perform viewshed analysis that starts from a point location, known as the observer location, either provided by the user usingLocationViewshed.setLocation(Point)
or derived from a camera usingLocationViewshed.updateFromCamera(Camera)
.Viewshed is a type of visibility analysis that shows the visible and obstructed areas covered by a directed field of view.