Class ViewshedParameters
Parameters that control viewshed analysis for a ViewshedFunction.
Namespace: Esri.ArcGISRuntime.Analysis.Visibility
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ViewshedParameters
Constructors
| Name | Description |
|---|---|
| ViewshedParameters() | Initializes a new instance of the ViewshedParameters class. |
Properties
| Name | Description |
|---|---|
| ElevationSamplingInterval | Gets or sets the interval at which the elevation source is sampled, in the horizontal units of the ViewshedFunction elevation extent, |
| FieldOfView | Gets or sets the field of view of the observer, in degrees. |
| Heading | Gets or sets the direction that the observer is facing, in degrees. |
| MaxRadius | Gets or sets the maximum radius for the viewshed calculation. |
| ObserverHeightOrigin | Gets or sets a value that specifies how the observer position height should be interpreted. |
| ObserverPosition | Gets or sets the observer position in 3D space. |
| TargetHeight | Gets or sets the height of the target, in the same unit as the elevation surface. |
| TargetHeightOrigin | Gets or sets a value that specifies how the target height should be interpreted. |
Methods
| Name | Description |
|---|---|
| Clone() | Clone the ViewshedParameters. |
Applies to
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |