Class UtilityTraceResult
- java.lang.Object
-
- com.esri.arcgisruntime.utilitynetworks.UtilityTraceResult
-
- Direct Known Subclasses:
UtilityElementTraceResult
,UtilityFunctionTraceResult
,UtilityGeometryTraceResult
public class UtilityTraceResult extends java.lang.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UtilityTraceResult.Type
An enumeration of the result types returned by a trace operation.
-
Constructor Summary
Constructors Modifier Constructor Description protected
UtilityTraceResult(com.esri.arcgisruntime.internal.jni.CoreUtilityTraceResult coreUtilityTraceResult)
Creates an instance of UtilityTraceResult.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getWarnings()
Gets an unmodifiable list of warnings encountered while performing the trace.
-