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
36
@interface
AGSAnnotationSublayer
:
AGSObject
<
AGSLayerContent
>
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
AGSAnnotationSublayer
Allows you to interrogate the properties of a sublayer within an annotation layer and to change the v...
Definition:
AGSAnnotationSublayer.h:36
AGSAnnotationSublayer::minScale
double minScale
Definition:
AGSAnnotationSublayer.h:68
AGSAnnotationSublayer::definitionExpression
NSString * definitionExpression
Definition:
AGSAnnotationSublayer.h:57
AGSAnnotationSublayer::sublayerID
NSInteger sublayerID
Definition:
AGSAnnotationSublayer.h:85
AGSObject
Definition:
AGSObject.h:21
AGSAnnotationSublayer::maxScale
double maxScale
Definition:
AGSAnnotationSublayer.h:62
AGSAnnotationSublayer::scaleSymbols
BOOL scaleSymbols
Definition:
AGSAnnotationSublayer.h:80
AGSLayerContent-p
A protocol defining common properties and operations for layers.
Definition:
AGSLayerContent.h:33
AGSAnnotationSublayer::opacity
float opacity
Definition:
AGSAnnotationSublayer.h:74
ArcGIS
iOS
Frameworks
Dynamic
ArcGIS.framework
Headers
AGSAnnotationSublayer.h
Generated on Mon Aug 17 2020 15:00:40 for ArcGIS Runtime SDK for iOS by
1.8.12