ArcGIS Runtime SDK for iOS: AGSRenderingRuleInfo Class Reference
ArcGIS Runtime SDK for iOS  100.15
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

Creates a new rendering rule info with the given name.

Parameters
nameof the pre-existing rendering rule available in the ArcGIS image service.
Since
100.1

◆ renderingRuleInfoWithName:

+ (instancetype) renderingRuleInfoWithName: (NSString *)  name

Creates a new rendering rule info with the given name.

Parameters
nameof the pre-existing rendering rule available in the ArcGIS image service.
Returns
A new 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