analysisOverlays

A collection of analysis overlays that render the results of 3D visual analysis on the scene view. Dynamic 3D analyses, such as com.arcgismaps.analysis.LineOfSight and com.arcgismaps.analysis.Viewshed, generate visual results that are rendered on the scene view. To display the results, add the com.arcgismaps.analysis.Analysis to a collection of AnalysisOverlay.analyses and then add the AnalysisOverlay to the collection of SceneView.analysisOverlays.

Note that the SceneView analysis overlays collection is created for a specific SceneView so you can't reuse an AnalysisOverlay collection from another SceneView. Each AnalysisOverlay can only exist in one analysis overlay collection.

Since

200.1.0

See also