UtilityNetworkSource class final

A network source in a utility network.

Various sources of related information are associated to comprise the utility network. The most obvious sources are the structures and network features that are included with each domain network. Other sources are the set of associations and the system junctions.

The UtilityNetworkDefinition.networkSources property contains the collection of UtilityNetworkSource objects in the utility network definition.

Implemented types

Properties

assetGroups List<UtilityAssetGroup>
The collection of asset groups for the utility network source.
no setter
featureTable ArcGISFeatureTable
The ArcGISFeatureTable that corresponds to the utility network source.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the utility network source.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceId int
The ID of the utility network source.
no setter
sourceType UtilityNetworkSourceType
The source type of the utility network source.
no setter
sourceUsageType UtilityNetworkSourceUsageType
The usage type of this utility network source.
no setter

Methods

getAssetGroup(String assetGroupName) UtilityAssetGroup?
Gets an associated asset group by name.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited