Namespace Esri.ArcGISRuntime.UI.GeoAnalysis
Classes
Analysis
A base class for classes that render analysis results in a GeoView.
AnalysisCollection
A collection of Analysis objects.
AnalysisOverlay
AnalysisOverlay manages the display of one or more Analyses on a GeoView.
AnalysisOverlayCollection
A collection of AnalysisOverlay objects.
AnalysisViewState
The state of an analysis in a GeoView.
AnalysisViewStateChangedEventArgs
Event arguments for the AnalysisViewStateChanged event.
ExploratoryGeoElementLineOfSight
An Analysis object that evaluates visibility along a line defined by observer and target GeoElement objects.
ExploratoryGeoElementViewshed
An Analysis object that renders a viewshed for a specified GeoElement.
ExploratoryLineOfSight
A base class for Analysis classes that determine line of sight in a SceneView at the resolution of the rendered data: ExploratoryLocationLineOfSight and ExploratoryGeoElementLineOfSight.
ExploratoryLocationDistanceMeasurement
An Analysis object that evaluates direct, vertical, and horizontal distances between two points defined by start and end point locations.
ExploratoryLocationLineOfSight
An Analysis object that evaluates visibility along a line defined by observer and target points.
ExploratoryLocationViewshed
An Analysis object that renders a viewshed for a specified point location.
ExploratoryViewshed
A base class for Analysis classes that determine visible and non-visible areas in a SceneView at the resolution of the rendered data: ExploratoryLocationViewshed and ExploratoryGeoElementViewshed.
FieldAnalysis
Provides visualization of a BooleanFieldFunction, ContinuousFieldFunction, or DiscreteFieldFunction and produces a visual result for display in an AnalysisOverlay.
Enums
AnalysisViewStatus
The status of a analysis in the GeoView.
ExploratoryLineOfSightTargetVisibility
An enumeration of the various visibility states between an observer and a target in a line of sight analysis.