|
ArcGIS Runtime SDK for iOS
100.9
|
A rendering rule to apply to an AGSImageServiceRaster.
An instance of this class represents a rendering rule to apply to an AGSImageServiceRaster. The rendering rule could be predefined on the service, or it could be defined in JSON on the client and then sent to the service, but in both cases the processing in performed on the service to apply it.
Instance Methods | |
| (instancetype) | - initWithRenderingRuleInfo: |
| (instancetype) | - initWithRenderingRuleJSON: |
Class Methods | |
| (instancetype) | + renderingRuleWithRenderingRuleInfo: |
| (instancetype) | + renderingRuleWithRenderingRuleJSON: |
Properties | |
| AGSRenderingRuleInfo * | renderingRuleInfo |
| NSDictionary< NSString *, id > * | renderingRuleJSON |
| - (instancetype) initWithRenderingRuleInfo: | (AGSRenderingRuleInfo *) | renderingRuleInfo |
Initialize this rendering rule with information about a pre-existing rendering rule available in the ArcGIS Image Service
| renderingRuleInfo | specifying a predefined rendering rule in the ArcGIS Image Service |
| - (instancetype) initWithRenderingRuleJSON: | (NSDictionary< NSString *, id > *) | renderingRuleJSON |
Initialize this rendering rule with provided JSON definition
| renderingRuleJSON | defining a new rendering rule |
| + (instancetype) renderingRuleWithRenderingRuleInfo: | (AGSRenderingRuleInfo *) | renderingRuleInfo |
Initialize this rendering rule with information about a pre-existing rendering rule available in the ArcGIS Image Service
| renderingRuleInfo | specifying a predefined rendering rule in the ArcGIS Image Service |
| + (instancetype) renderingRuleWithRenderingRuleJSON: | (NSString *) | renderingRuleJSON |
Initialize this rendering rule with provided JSON definition
| renderingRuleJSON | defining a new rendering rule |
|
readnonatomicstrong |
Information about a predefined rendering rule in the ArcGIS Image Service Either this property or renderingRuleJSON may be populated, but not both.
|
readnonatomiccopy |
JSON definition of a new rendering rule Either this property or renderingRuleInfo may be populated, but not both.