ArcGIS Runtime SDK for iOS: AGSAnalysisOverlay Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSAnalysisOverlay Class Reference

Description

Manages the display of one or more Analyses on a scene view.

Instances of this class represent an analysis overlay which display the visual results of one or more AGSAnalysis. It allows you to group related analyses and control visibility for all members of the collection. A scene view can contain many analysis overlays.

See also
AGSSceneView::analysisOverlays
Since
100.2
Inheritance diagram for AGSAnalysisOverlay:
AGSObject

Class Methods

(instancetype) + analysisOverlay
 

Properties

NSMutableArray< AGSAnalysis * > * analyses
 
BOOL visible
 

Method Documentation

◆ analysisOverlay

+ (instancetype) analysisOverlay

Property Documentation

◆ analyses

- (NSMutableArray<AGSAnalysis*>*) analyses
readnonatomicstrong

A collection of analyses managed by this overlay.

Since
100.2

◆ visible

- (BOOL) visible
readwritenonatomicassign

Indicates if the overlay is visible. If not, the results of analyses managed by this overlay aren't visible either.

Since
100.2