Class ExploratoryLocationViewshed
An Analysis object that renders a viewshed for a specified point location.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExploratoryLocationViewshed : ExploratoryViewshed, INotifyPropertyChanged
Remarks
Determines visible and non-visible areas in a scene view for an observer defined with a map location (MapPoint).
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 ViewshedFunction.
Constructors
| Name | Description |
|---|---|
| ExploratoryLocationViewshed(MapPoint, double, double, double, double, double, double) | Initializes a new instance of the ExploratoryLocationViewshed class whose observer is defined using a point location. |
| ExploratoryLocationViewshed(Camera, double, double) | Initializes a new instance of the ExploratoryLocationViewshed class. |
Properties
| Name | Description |
|---|---|
| Heading | Gets or sets the observer's heading. |
| Location | Gets or sets the observer location of the viewshed. |
| Pitch | Gets or sets the pitch of the observer's field of vision. |
Methods
| Name | Description |
|---|---|
| UpdateFromCamera(Camera) | Updates the frustum of the viewshed using the properties of the supplied Camera. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |