Class UtilityPropagator

java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityPropagator

public final class UtilityPropagator extends Object
Propagator objects allow a subset of UtilityNetworkAttribute values to propagate through a network while executing a trace.

The propagated UtilityNetworkAttribute values can be tested to allow or disallow further traversal. In the example of phase propagation, open devices along the network will restrict some phases from continuing along the trace. Propagators only apply to subnetwork-based traces (UtilityTraceType.UPSTREAM, UtilityTraceType.DOWNSTREAM and so on).

UtilityPropagator is set in the UtilityTraceConfiguration.

Since:
100.7.0