Class UtilityTraceResult

  • Direct Known Subclasses:
    UtilityElementTraceResult, UtilityFunctionTraceResult, UtilityGeometryTraceResult

    public class UtilityTraceResult
    extends 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
    • Constructor Detail

      • UtilityTraceResult

        protected UtilityTraceResult​(com.esri.arcgisruntime.internal.jni.CoreUtilityTraceResult coreUtilityTraceResult)
        Creates an instance of UtilityTraceResult.
        Parameters:
        coreUtilityTraceResult -
        Since:
        100.6.0
    • Method Detail

      • getWarnings

        public List<String> getWarnings()
        Gets an unmodifiable list of warnings encountered while performing the trace.
        Returns:
        an unmodifiable list of the warnings
        Since:
        100.6.0