ArcGIS Runtime SDK for iOS
100.15
|
The label Webmap expression expects to hold a legal, Webmap script and to be read and evaluated by a Webmap expression interpreter. An example expression that combines text with a field value is State {State_Name} Note that quotes are not needed around the literal text.
Instance Methods | |
(instancetype) | - init |
(instancetype) | - initWithWebmapExpression: |
Class Methods | |
(instancetype) | + webmapLabelExpression |
(instancetype) | + webmapLabelExpressionWithWebmapExpression: |
Properties | |
NSString * | expression |
- (instancetype) init |
Create a label Webmap expression with an empty expression script. An empty script is a legal Webmap expression that will evaluate to an empty string.
- (instancetype) initWithWebmapExpression: | (NSString *) | webmapExpression |
Create a label Webmap expression with a specific Webmap script. The expression is expected to be a complete, self-contained Webmap expression.
webmapExpression | The Webmap expression script string. |
+ (instancetype) webmapLabelExpression |
Create a label Webmap expression with an empty expression script. An empty script is a legal Webmap expression that will evaluate to an empty string.
+ (instancetype) webmapLabelExpressionWithWebmapExpression: | (NSString *) | webmapExpression |
Create a label Webmap expression with a specific Webmap script. The expression is expected to be a complete, self-contained Webmap expression.
webmapExpression | The Webmap expression script string. |
|
readwritenonatomiccopyinherited |
The label expression script string. The expression is expected to be a complete, self-contained label expression in the language specified by the label expression subclass object.