|
ArcGIS Runtime SDK for iOS
100.15
|
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 AGSUtilityNetworkDefinition::networkSources property contains the collection of AGSUtilityNetworkSource objects in the utility network definition.
Instance Methods | |
| (nullable AGSUtilityAssetGroup *) | - assetGroupWithName: |
Properties | |
| NSArray< AGSUtilityAssetGroup * > * | assetGroups |
| AGSArcGISFeatureTable * | featureTable |
| NSString * | name |
| NSInteger | sourceID |
| AGSUtilityNetworkSourceType | sourceType |
| AGSUtilityNetworkSourceUsageType | sourceUsageType |
| - (nullable AGSUtilityAssetGroup *) assetGroupWithName: | (NSString *) | name |
Gets an associated asset group by name. Gets one of the asset groups for the utility network source.
| name | The name of the asset group. |
AGSUtilityAssetGroup object.
|
readnonatomiccopy |
The array of asset groups for the utility network source. AGSUtilityAssetGroup object is the first-level categorization of an AGSUtilityNetworkSource object.
|
readnonatomicstrong |
The AGSArcGISFeatureTable object that corresponds to the utility network source.
|
readnonatomiccopy |
The name of the utility network source.
|
readnonatomicassign |
The ID of the utility network source.
|
readnonatomicassign |
The source type of the utility network source. This property indicates whether the network source is an edge type or junction type.
|
readnonatomicassign |
The usage type of this utility network source. This property indicates how the network source is used, such as line, junction, or assembly.