Exploratory Viewshed
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. 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.
Since
300.0.0
Inheritors
Properties
Indicates if the exploratory viewshed frustum is visible. Frustum visibility can be controlled for individual viewsheds.
The horizontal angle of the observer's field of vision, in degrees. Visible and non-visible areas are determined for an area defined by an observer location, horizontal and vertical view angles, and a minimum/maximum distance range. These properties define a frustum (3D solid) inside of which visibility is calculated. The horizontal angle must be greater than zero to define a valid frustum and is constrained to a maximum of 360 degrees.
The maximum distance from the observer at which visibility is evaluated. Visibility is not evaluated beyond the maximum distance specified. This can be used to model factors that restrict the visible distance.
The minimum distance from the observer at which visibility is evaluated. The minimum distance allows you to exclude obstacles close to the observer (the corner of a building, for example). Since terrain and other obstacles between the observer and the specified minimum distance are completely excluded from the analysis, this value should be relatively small.
The vertical angle of the observer's field of vision, in degrees. Visible and non-visible areas are determined for an area defined by an observer location, horizontal and vertical view angles, and a minimum/maximum distance range. These properties define a frustum (3D solid) inside of which visibility is calculated. The vertical angle must be greater than zero to define a valid frustum and is constrained to a maximum of 360 degrees.
Inherited properties
Whether or not the analysis is visible. Visibility can be controlled for individual analyses as well as for the AnalysisOverlay that contains them. Returns false if an error occurs.