ArcGIS Runtime SDK for iOS
100.15
|
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.
AGSSceneView::analysisOverlays
Class Methods | |
(instancetype) | + analysisOverlay |
Properties | |
NSMutableArray< AGSAnalysis * > * | analyses |
BOOL | visible |
+ (instancetype) analysisOverlay |
|
readnonatomicstrong |
A collection of analyses managed by this overlay.
|
readwritenonatomicassign |
Indicates if the overlay is visible. If not, the results of analyses managed by this overlay aren't visible either.