Exploratory Line Of Sight
A base class for Analysis classes that determine line of sight in a SceneView at the resolution of the rendered data: ExploratoryLocationLineOfSight and ExploratoryGeoElementLineOfSight. This Analysis renders a line between the observer and target with distinct colors representing visible and obstructed segments.
When at least one of the two ends of the line (the observer or the target) is placed outside the view, the colors of the displayed portion of the line may not accurately represent the part that isn't displayed. In such cases, the line is rendered gray. To display the full result symbology, move both the observer and the target into the view.
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.
If you need to perform analysis at the full resolution of the data, display results in a MapView, or to persist results, use the LineOfSightFunction.
Since
300.0.0
Inheritors
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.