A network source in a utility network. More...
|  Header |  #include <Utility | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.6.
Public Functions
| virtual | ~ | 
|  Esri | asset | 
|  QList | asset | 
|  Esri | feature | 
| QString | name() const | 
| int | source | 
|  Esri | source | 
|  Esri | source | 
Detailed Description
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 list of UtilityNetworkSource objects in the utility network definition.
Member Function Documentation
[override virtual] UtilityNetworkSource::~UtilityNetworkSource   ()   
Destructor.
Esri::ArcGISRuntime::UtilityAssetGroup      *UtilityNetworkSource::assetGroup (const QString &assetGroupName  ) const    
Returns an associated asset group by name.
- assetGroupName - The name of the asset group
 
Returns nullptr if there is no matching asset group.
UtilityAssetGroup is the first-level categorization of a UtilityNetworkSource.
QList<Esri::ArcGISRuntime::UtilityAssetGroup      *> UtilityNetworkSource::assetGroups () const    
Returns a list of asset groups for the utility network source.
UtilityAssetGroup is the first-level categorization of a UtilityNetworkSource.
Esri::ArcGISRuntime::ArcGISFeatureTable      *UtilityNetworkSource::featureTable () const    
Returns the ArcGISFeatureTable that corresponds to the UtilityNetworkSource.
QString UtilityNetworkSource::name() const   
Returns the name of the UtilityNetworkSource.
int UtilityNetworkSource::sourceId () const   
Returns the ID of the UtilityNetworkSource.
Esri::ArcGISRuntime::UtilityNetworkSourceType       UtilityNetworkSource::sourceType () const   
Returns the source type of the UtilityNetworkSource.
Esri::ArcGISRuntime::UtilityNetworkSourceUsageType        UtilityNetworkSource::sourceUsageType  () const   
Returns the usage type of the UtilityNetworkSource.