|
ArcGIS Runtime SDK for iOS
100.9
|
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.
Instance Methods | |
| (nullable AGSUtilityTier *) | - tierWithName: |
Properties | |
| NSString * | name |
| NSArray< AGSUtilityTier * > * | tiers |
| - (nullable AGSUtilityTier *) tierWithName: | (NSString *) | name |
Gets the AGSUtilityTier object with the specified name
| name | The name of the desired AGSUtilityTier object to return. |
AGSUtilityTier object with the specified name.
|
readnonatomiccopy |
The name of the AGSUtilityTierGroup
|
readnonatomiccopy |
The collection of AGSUtilityTier objects within this tier group.