Class UtilityTraceFunctionOutput

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

public final class UtilityTraceFunctionOutput extends Object
A UtilityTraceFunctionOutput is comprised of a UtilityTraceFunction and its corresponding global result.
Since:
100.9.0
  • Method Details

    • getFunction

      public UtilityTraceFunction getFunction()
      Gets the UtilityTraceFunction that was executed by the trace.
      Returns:
      the UtilityTraceFunction that was executed by the trace
      Since:
      100.9.0
    • getResult

      public Object getResult()
      Gets the global result of this UtilityTraceFunction.

      The type of this numeric value is dependent on the UtilityNetworkAttribute.DataType enum constant returned by UtilityNetworkAttribute.getDataType().

      Returns:
      the global result of this UtilityTraceFunction
      Since:
      100.9.0