Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.util.List<java.lang.String> getWarnings()
        Gets an unmodifiable list of warnings encountered while performing the trace.
        Returns:
        an unmodifiable list of the warnings
        Since:
        100.6.0