ArcGIS Runtime SDK for iOS: AGSAnnotationSublayer.h Source File
ArcGIS Runtime SDK for iOS  100.15
AGSAnnotationSublayer.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 2022 ESRI
3 
4  All rights reserved under the copyright laws of the United States
5  and applicable international laws, treaties, and conventions.
6 
7  This material is licensed for use under the Esri Master License
8  Agreement (MLA), and is bound by the terms of that agreement.
9  You may redistribute and use this code without modification,
10  provided you adhere to the terms of the MLA and include this
11  copyright notice.
12 
13  See use restrictions at http://www.esri.com/legal/pdfs/mla_e204_e300/english
14 
15  For additional information, contact:
16  Environmental Systems Research Institute, Inc.
17  Attn: Contracts and Legal Services Department
18  380 New York Street
19  Redlands, California, 92373
20  USA
21 
22  email: contracts@esri.com
23  */
24  //Required for Globals API doc
26 
27 #import <Foundation/Foundation.h>
28 #import <ArcGIS/AGSObject.h>
29 #import <ArcGIS/AGSLayerContent.h>
30 
31 
32 
44 
45 #pragma mark -
46 #pragma mark initializers
47 
48 
49 
50 #pragma mark -
51 #pragma mark properties
52 
64 @property (nonatomic, copy, readonly) NSString *definitionExpression;
65 
69 @property (nonatomic, assign, readonly) double maxScale;
70 
75 @property (nonatomic, assign, readonly) double minScale;
76 
81 @property (nonatomic, assign, readonly) float opacity;
82 
87 @property (nonatomic, assign, readonly) BOOL scaleSymbols;
88 
92 @property (nonatomic, assign, readonly) NSInteger sublayerID;
93 
94 #pragma mark -
95 #pragma mark methods
96 
97 @end
98 
99 
Allows you to interrogate the properties of a sublayer within an annotation layer and to change the v...
Definition: AGSAnnotationSublayer.h:43
BOOL scaleSymbols
Definition: AGSAnnotationSublayer.h:87
double maxScale
Definition: AGSAnnotationSublayer.h:69
double minScale
Definition: AGSAnnotationSublayer.h:75
float opacity
Definition: AGSAnnotationSublayer.h:81
NSInteger sublayerID
Definition: AGSAnnotationSublayer.h:92
NSString * definitionExpression
Definition: AGSAnnotationSublayer.h:64
Definition: AGSObject.h:28
A protocol defining common properties and operations for layers.
Definition: AGSLayerContent.h:38