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 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.2.1 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.7 - 100.12 |
Xamarin.Android | 100.2.1 - 100.15 |
Xamarin.iOS | 100.2.1 - 100.15 |
UWP | 100.2.1 - 100.15 |