AnalysisOverlay

AnalysisOverlay manages the display of one or more Analyses on a scene view. AnalysisOverlay allows you to group related analyses and control visibility for all members of the collection. A scene view can contain many AnalysisOverlays.

Since

200.1.0

Constructors

Link copied to clipboard
constructor(analyses: Iterable<Analysis> = listOf())

Creates an AnalysisOverlay object with the given analyses -- an empty list by default.

Properties

Link copied to clipboard

The collection of analysis objects managed by the AnalysisOverlay. The collection is specific to an AnalysisOverlay so you can't reuse an analyses collection coming from another AnalysisOverlay. You have to create a new layer collection.

Link copied to clipboard

The visibility for the AnalysisOverlay. If the overlay's visibility is false, none of the Analyses in the collection will display. If true, only those Analyses whose visibility is also true will display. Will return false if an error occurs.