|
ArcGIS Runtime SDK for iOS
100.9
|
A entity in a utility network that corresponds to an AGSFeature.
AGSUtilityElement includes a reference to an AGSFeature inside a utility network source, plus a terminal (if applicable). AGSUtilityElement objects are used across the utility network API. Some places where they are used are to specify starting points and barriers for use with tracing, and returned as results from tracing.
Properties | |
| AGSUtilityAssetGroup * | assetGroup |
| AGSUtilityAssetType * | assetType |
| double | fractionAlongEdge |
| NSUUID * | globalID |
| AGSUtilityNetworkSource * | networkSource |
| NSInteger | objectID |
| AGSUtilityTerminal * | terminal |
|
readnonatomicstrong |
The asset group the element belongs to
|
readnonatomicstrong |
The asset type the element belongs to
|
readwritenonatomicassign |
How far the starting point or barrier is located along an edge in the utility network feature, from 0.0 (edge's start) to 1.0 (edge's end) This property is only valid when the AGSUtilityElement::globalID property refers to an edge feature that is an input to a tracing operation.
|
readnonatomicstrong |
The global ID of the element
|
readnonatomicstrong |
The AGSUtilityNetworkSource the element is from
|
readnonatomicassign |
The object ID of the element's corresponding feature in the AGSUtilityElement::networkSource Only valid on results from a tracing operation, or with elements that are created from an AGSArcGISFeature. Otherwise the value -1 is returned.
|
readwritenonatomicstrong |
The AGSUtilityTerminal of the utility network feature. Only valid when the AGSUtilityElement::globalID refers to a device feature.