Class GeoElementViewshed
GeoElementViewshed is an analysis object that renders a viewshed for a specified GeoElement.
Implements
Namespace: Esri.ArcGISRuntime.UI.GeoAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class GeoElementViewshed : Viewshed, INotifyPropertyChanged
Remarks
GeoElementViewshed determines visible and non-visible areas in a GeoView for an observer defined with a GeoElement. The viewshed will be updated as the GeoElement location changes. You need to pass this handle to all GeoElementViewshed functions.
Constructors
| Name | Description |
|---|---|
| GeoElementViewshed(GeoElement, Double, Double, Double, Double, Double, Double) | Initializes a new instance of the GeoElementViewshed class. |
Properties
| Name | Description |
|---|---|
| GeoElement | Gets the GeoElement that represents the observer for the viewshed analysis. |
| HeadingOffset | Gets or sets the offset angle applied to the heading of the GeoElement. |
| OffsetX | Gets or sets the location offset in the X direction that defines the observer relative to the GeoElement. |
| OffsetY | Gets or sets the location offset in the Y direction that defines the observer relative to the GeoElement. |
| OffsetZ | Gets or sets the location offset in the Z direction that defines the observer relative to the GeoElement. |
| PitchOffset | Gets or sets the offset angle applied to the pitch of the GeoElement. |
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 |
| .NET | 100.13 - 200.8 |
| .NET Windows | 100.13 - 200.8 |
| .NET Android | 200.0 - 200.8 |
| .NET iOS | 200.0 - 200.8 |
| .NET Framework | 100.2.1 - 200.8 |
| Xamarin.Android | 100.2.1 - 100.15 |
| Xamarin.iOS | 100.2.1 - 100.15 |
| UWP | 100.2.1 - 200.8 |