Class ExploratoryLocationLineOfSight
An Analysis object that evaluates visibility along a line defined by observer and target points.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExploratoryLocationLineOfSight : ExploratoryLineOfSight, INotifyPropertyChanged
Remarks
Renders a line between an observer location and a target location, each defined using a MapPoint. Visible and obstructed portions of the line are displayed with unique colors (green and red by default).
Exploratory analysis is performed using data at the current rendered resolution of a SceneView and not at the full resolution of the data. Exploratory analysis results cannot be displayed in a MapView or persisted.
To perform analysis at the full resolution of the data use the LineOfSightFunction.
Constructors
| Name | Description |
|---|---|
| ExploratoryLocationLineOfSight(MapPoint, MapPoint) | Initializes a new instance of the ExploratoryLocationLineOfSight class. |
Properties
| Name | Description |
|---|---|
| ObserverLocation | Gets or sets the observer location of the Line-Of-Sight analysis. |
| TargetLocation | Gets or sets the target location of the line of sight. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |