ArcGIS Runtime SDK for iOS
100.15
|
A domain network inside a utility network.
Domain networks organize features in a utility network based on what utility service they provide, such as natural gas, water, electricity, or structural elements such as poles or conduits. Each utility network will have a single structure network and one or more domain networks for the actual utility services they provide.
AGSUtilityDomainNetwork
objects can be obtained from the utility network definition. using the AGSUtilityNetworkDefinition::domainNetworks
property.
Instance Methods | |
(nullable AGSUtilityTierGroup *) | - tierGroupWithName: |
(nullable AGSUtilityTier *) | - tierWithName: |
Properties | |
NSString * | alias |
NSInteger | domainNetworkID |
NSString * | name |
NSArray< AGSUtilityNetworkSource * > * | networkSources |
BOOL | structureNetwork |
AGSUtilitySubnetworkControllerType | subnetworkControllerType |
NSArray< AGSUtilityTierGroup * > * | tierGroups |
NSArray< AGSUtilityTier * > * | tiers |
AGSUtilityTierType | tierType |
- (nullable AGSUtilityTierGroup *) tierGroupWithName: | (NSString *) | name |
Gets the AGSUtilityTierGroup
object with the specified name.
name | The name of the desired AGSUtilityTierGroup object to return. |
AGSUtilityTierGroup
object with the specified name. - (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 display (non-normalized) name of the AGSUtilityDomainNetwork
object. This name is suitable for display to end-users.
|
readnonatomicassign |
The ID of the AGSUtilityDomainNetwork
object.
|
readnonatomiccopy |
The normalized name of the AGSUtilityDomainNetwork
object.
|
readnonatomiccopy |
The array of AGSUtilityNetworkSource
objects in this AGSUtilityDomainNetwork
object.
|
readnonatomicassign |
Whether this AGSUtilityDomainNetwork
object is the structure network.
|
readnonatomicassign |
The type of subnetwork controller supported in this AGSUtilityDomainNetwork
object.
|
readnonatomiccopy |
An array of all of the AGSUtilityTierGroup
objects for this domain network. Only hierarchical domain networks support tier groups. If no tier groups exist, an empty list is returned.
|
readnonatomiccopy |
An array of all of the AGSUtilityTier
objects for this domain network.
|
readnonatomicassign |
The tier type of this domain network. Valid values in the AGSUtilityTierType
enum are hierarchical (typically used with pressure networks) and partitioned (typically used with electrical networks).