A domain network inside a utility network. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.7 |
Inherits: |
Properties
- alias : string
- domainNetworkId : int
- isStructureNetwork : bool
- name : string
- networkSources : list<UtilityNetworkSource>
- subnetworkControllerType : Enums.UtilitySubnetworkControllerType
- tierGroups : list<UtilityTierGroup>
- tierType : Enums.UtilityTierType
- tiers : list<UtilityTier>
Methods
Detailed Description
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.
UtilityDomainNetwork objects can be obtained from the utility network definition using the UtilityNetworkDefinition.domainNetworks property.
Property Documentation
Returns the display (non-normalized) name of the UtilityDomainNetwork.
This name is suitable for display to end-users.
Returns the ID of the UtilityDomainNetwork.
Returns whether this UtilityDomainNetwork is the structure network.
Returns the normalized name of the UtilityDomainNetwork.
networkSources : list<UtilityNetworkSource> |
Returns the collection of UtilityNetworkSource objects in this UtilityDomainNetwork.
See also UtilityNetworkSource.
Returns the type of subnetwork controller supported in this UtilityDomainNetwork.
See also Enums.UtilitySubnetworkControllerType.
tierGroups : list<UtilityTierGroup> |
Returns a collection of all of the UtilityTierGroup objects for this domain network.
Only hierarchical domain networks support tier groups. If no tier groups exist, an empty list is returned.
See also UtilityTierGroup.
Returns the tier type of this domain network.
Valid values in the Enums.UtilityTierType enum are Hierarchical (typically used with pressure networks) and Partitioned (typically used with electrical networks).
See also Enums.UtilityTierType.
tiers : list<UtilityTier> |
Returns a collection of all of the UtilityTier objects for this domain network.
See also UtilityTier.
Method Documentation
UtilityTier tier(string tierName) |
Returns the UtilityTier object with the specified name.
- tierName - The name of the desired UtilityTier object to return.
UtilityTier tierGroup(string tierGroupName) |
Returns the UtilityTierGroup object with the specified name
- tierGroupName - The name of the desired UtilityTierGroup object to return.