Module com.esri.arcgisruntime
Class UtilityTraceFunctionOutput
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTraceFunctionOutput
A UtilityTraceFunctionOutput is comprised of a UtilityTraceFunction and its corresponding global result.
- Since:
- 100.9.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the UtilityTraceFunction that was executed by the trace.Gets the global result of this UtilityTraceFunction.
-
Method Details
-
getFunction
Gets the UtilityTraceFunction that was executed by the trace.- Returns:
- the UtilityTraceFunction that was executed by the trace
- Since:
- 100.9.0
-
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
-