ArcGIS Runtime SDK for iOS
100.15
|
Information about an ArcGIS image service rendering rule.
An instance of this class represents information about a pre-existing rendering rule of an ArcGIS image service.
AGSRenderingRule
Instance Methods | |
(instancetype) | - initWithName: |
Class Methods | |
(instancetype) | + renderingRuleInfoWithName: |
Properties | |
NSString * | help |
NSString * | infoDescription |
NSString * | name |
- (instancetype) initWithName: | (NSString *) | name |
Creates a new rendering rule info with the given name.
name | of the pre-existing rendering rule available in the ArcGIS image service. |
+ (instancetype) renderingRuleInfoWithName: | (NSString *) | name |
Creates a new rendering rule info with the given name.
name | of the pre-existing rendering rule available in the ArcGIS image service. |
|
readnonatomiccopy |
Details about the rendering rule.
|
readnonatomiccopy |
Description of the rendering rule.
|
readnonatomiccopy |
Name of the rendering rule.