Class UtilityTraceResult

java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTraceResult
Direct Known Subclasses:
UtilityElementTraceResult, UtilityFunctionTraceResult, UtilityGeometryTraceResult

public class UtilityTraceResult extends Object
Defines a utility trace result. Results from a trace operation are returned as a selection set on the appropriate network features. Results from a trace include any features meeting the tracing criteria between a starting point or subnetwork controller and a barrier or the end of a path (no more connected features).
Since:
100.6.0
  • Method Details

    • getWarnings

      public List<String> getWarnings()
      Gets an unmodifiable list of warnings encountered while performing the trace.
      Returns:
      an unmodifiable list of the warnings
      Since:
      100.6.0
    • getNearestNeighborResult

      public UtilityNearestNeighborResult getNearestNeighborResult()
      Gets a value indicating the result of UtilityNearestNeighbor in relation to its requested count.
      Returns:
      a value indicating the result of UtilityNearestNeighbor in relation to its requested count
      Since:
      200.1.0