Class 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.
Inheritance
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public abstract class ExploratoryViewshed : Analysis, INotifyPropertyChanged
Remarks
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.
Properties
| Name | Description |
|---|---|
| FrustumOutlineColor | Gets or sets the color used to render the frustum outline. |
| HorizontalAngle | Gets or sets the horizontal angle of the observer's field of vision, in degrees. |
| IsFrustumOutlineVisible | Gets or sets a value indicating whether or not the exploratory viewshed frustum is visible. |
| MaxDistance | Gets or sets the maximum distance from the observer at which visibility is evaluated. |
| MinDistance | Gets or sets the minimum distance from the observer at which visibility is evaluated. |
| ObstructedColor | Gets or sets the color with which non-visible areas of all viewsheds are rendered. |
| VerticalAngle | Gets or sets the vertical angle of the observer's field of vision, in degrees. |
| VisibleColor | Gets or sets the color with which visible areas of all viewsheds are rendered. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |