ArcGIS Runtime SDK for iOS: AGSRenderingRuleInfo Class Reference
ArcGIS Runtime SDK for iOS  100.9
AGSRenderingRuleInfo Class Reference

Description

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.

See also
AGSRenderingRule
Since
100.1
Inheritance diagram for AGSRenderingRuleInfo:
AGSObject

Instance Methods

(instancetype) - initWithName:
 

Class Methods

(instancetype) + renderingRuleInfoWithName:
 

Properties

NSString * help
 
NSString * infoDescription
 
NSString * name
 

Method Documentation

§ initWithName:()

- (instancetype) initWithName: (NSString *)  name

Initialize a new rendering rule info with the given name

Parameters
nameof the pre-existing rendering rule available in the ArcGIS Image Service
Returns
Initialized rendering rule info
Since
100.1

§ renderingRuleInfoWithName:()

+ (instancetype) renderingRuleInfoWithName: (NSString *)  name

Initialize a new rendering rule info with the given name

Parameters
nameof the pre-existing rendering rule available in the ArcGIS Image Service
Returns
Initialized rendering rule info
Since
100.1

Property Documentation

§ help

- (NSString*) help
readnonatomiccopy

Details about the rendering rule

Since
100.1

§ infoDescription

- (NSString*) infoDescription
readnonatomiccopy

Description of the rendering rule

Since
100.1

§ name

- (NSString*) name
readnonatomiccopy

Name of the rendering rule

Since
100.1