Class UtilityTraceFunctionOutput
- java.lang.Object
-
- com.esri.arcgisruntime.utilitynetworks.UtilityTraceFunctionOutput
-
public final class UtilityTraceFunctionOutput extends java.lang.Object
A UtilityTraceFunctionOutput is comprised of a UtilityTraceFunction and its corresponding global result.- Since:
- 100.9.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UtilityTraceFunction
getFunction()
Gets the UtilityTraceFunction that was executed by the trace.java.lang.Object
getResult()
Gets the global result of this UtilityTraceFunction.
-
-
-
Method Detail
-
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 java.lang.Object getResult()
Gets the global result of this UtilityTraceFunction.The type of this numeric value is dependent on the
UtilityNetworkAttribute.DataType
enum constant returned byUtilityNetworkAttribute.getDataType()
.- Returns:
- the global result of this UtilityTraceFunction
- Since:
- 100.9.0
-
-