ArcGIS Runtime SDK for iOS: AGSUtilityTierGroup Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSUtilityTierGroup Class Reference

Description

Tier groups provide an extra level of organization for tiers.

For example, a gas network may be divided into two tier groups - transmission and distribution. Each of these tier groups would contain a set of tiers specific to that group. For example, distribution pressure and distribution isolation might be tiers within the distribution tier group.

Since
100.7
Inheritance diagram for AGSUtilityTierGroup:
AGSObject

Instance Methods

(nullable AGSUtilityTier *) - tierWithName:
 

Properties

NSString * name
 
NSArray< AGSUtilityTier * > * tiers
 

Method Documentation

◆ tierWithName:

- (nullable AGSUtilityTier *) tierWithName: (NSString *)  name

Gets the AGSUtilityTier object with the specified name.

Parameters
nameThe name of the desired AGSUtilityTier object to return.
Returns
An AGSUtilityTier object with the specified name.
Since
100.7

Property Documentation

◆ name

- (NSString*) name
readnonatomiccopy

The name of the AGSUtilityTierGroup object.

Since
100.7

◆ tiers

- (NSArray<AGSUtilityTier *>*) tiers
readnonatomiccopy

The array of AGSUtilityTier objects within this tier group.

Since
100.7