|
ArcGIS Runtime SDK for iOS
100.9
|
A utility network asset group.
AGSUtilityAssetGroup is the first-level categorization of an AGSUtilityNetworkSource. (AGSUtilityAssetType is the second-level categorization.) This type provides information about the AGSUtilityAssetGroup, including the AGSUtilityAssetType set that is contained therein.
Instance Methods | |
| (nullable AGSUtilityAssetType *) | - assetTypeWithName: |
Properties | |
| NSArray< AGSUtilityAssetType * > * | assetTypes |
| NSInteger | code |
| NSString * | name |
| - (nullable AGSUtilityAssetType *) assetTypeWithName: | (NSString *) | name |
Gets an AGSUtilityAssetType from the AGSUtilityAssetGroup by name For example, an AGSUtilityAssetGroup describing electrical transformers may contain an AGSUtilityAssetType for a specific type of electrical transformer with a name such as "Single-phase Distribution Transformer".
| name | The name of the AGSUtilityAssetType to return |
AGSUtilityAssetType corresponding to the name provided, or nil if the AGSUtilityAssetType is not found in the AGSUtilityAssetGroup.
|
readnonatomiccopy |
The collection of AGSUtilityAssetType objects defining the asset types contained in the AGSUtilityAssetGroup
|
readnonatomicassign |
The code of the AGSUtilityAssetGroup This property is the subtype code value.
|
readnonatomiccopy |
The name of the AGSUtilityAssetGroup