Module com.esri.arcgisruntime
Class UtilityTraceResult
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityTraceResult
- Direct Known Subclasses:
UtilityElementTraceResult
,UtilityFunctionTraceResult
,UtilityGeometryTraceResult
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
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
An enumeration of the result types returned by a trace operation. -
Method Summary
Modifier and TypeMethodDescriptionGets a value indicating the result ofUtilityNearestNeighbor
in relation to its requested count.Gets an unmodifiable list of warnings encountered while performing the trace.
-
Method Details
-
getWarnings
Gets an unmodifiable list of warnings encountered while performing the trace.- Returns:
- an unmodifiable list of the warnings
- Since:
- 100.6.0
-
getNearestNeighborResult
Gets a value indicating the result ofUtilityNearestNeighbor
in relation to its requested count.- Returns:
- a value indicating the result of
UtilityNearestNeighbor
in relation to its requested count - Since:
- 200.1.0
-