ArcGIS Runtime SDK for iOS: AGSAnnotationSublayer.h Source File
ArcGIS Runtime SDK for iOS  100.9
AGSAnnotationSublayer.h
Go to the documentation of this file.
1 /*
2  COPYRIGHT 1995-2020 ESRI
3 
4  TRADE SECRETS: ESRI PROPRIETARY AND CONFIDENTIAL
5  Unpublished material - all rights reserved under the
6  Copyright Laws of the United States and applicable international
7  laws, treaties, and conventions.
8 
9  For additional information, contact:
10  Environmental Systems Research Institute, Inc.
11  Attn: Contracts and Legal Services Department
12  380 New York Street
13  Redlands, California, 92373
14  USA
15 
16  email: contracts@esri.com
17  */
18  //Required for Globals API doc
20 
21 #import <ArcGIS/AGSObject.h>
22 #import <ArcGIS/AGSLayerContent.h>
23 
24 
25 
37 
38 #pragma mark -
39 #pragma mark initializers
40 
41 
42 
43 #pragma mark -
44 #pragma mark properties
45 
57 @property (nonatomic, copy, readonly) NSString *definitionExpression;
58 
62 @property (nonatomic, assign, readonly) double maxScale;
63 
68 @property (nonatomic, assign, readonly) double minScale;
69 
74 @property (nonatomic, assign, readonly) float opacity;
75 
80 @property (nonatomic, assign, readonly) BOOL scaleSymbols;
81 
85 @property (nonatomic, assign, readonly) NSInteger sublayerID;
86 
87 #pragma mark -
88 #pragma mark methods
89 
90 @end
91 
92 
Allows you to interrogate the properties of a sublayer within an annotation layer and to change the v...
Definition: AGSAnnotationSublayer.h:36
double minScale
Definition: AGSAnnotationSublayer.h:68
NSString * definitionExpression
Definition: AGSAnnotationSublayer.h:57
NSInteger sublayerID
Definition: AGSAnnotationSublayer.h:85
Definition: AGSObject.h:21
double maxScale
Definition: AGSAnnotationSublayer.h:62
BOOL scaleSymbols
Definition: AGSAnnotationSublayer.h:80
A protocol defining common properties and operations for layers.
Definition: AGSLayerContent.h:33
float opacity
Definition: AGSAnnotationSublayer.h:74