ArcGIS Runtime SDK for iOS
100.15
|
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
object.
|
readnonatomiccopy |
The array of AGSUtilityTier
objects within this tier group.