Enum Class UtilityNetworkSource.UsageType

java.lang.Object
java.lang.Enum<UtilityNetworkSource.UsageType>
com.esri.arcgisruntime.utilitynetworks.UtilityNetworkSource.UsageType
All Implemented Interfaces:
Serializable, Comparable<UtilityNetworkSource.UsageType>, Constable
Enclosing class:
UtilityNetworkSource

public static enum UtilityNetworkSource.UsageType extends Enum<UtilityNetworkSource.UsageType>
Defines different utility network source usage types.
Since:
100.6.0
  • Enum Constant Details

    • DEVICE

      public static final UtilityNetworkSource.UsageType DEVICE
      Network devices, such as transformers or valves.
      Since:
      100.6.0
    • JUNCTION

      public static final UtilityNetworkSource.UsageType JUNCTION
      Miscellaneous junctions not typically tracked as assets, such as taps.
      Since:
      100.6.0
    • LINE

      public static final UtilityNetworkSource.UsageType LINE
      Lines such as conductors, pipes, or fiber strands.
      Since:
      100.6.0
    • ASSEMBLY

      public static final UtilityNetworkSource.UsageType ASSEMBLY
      Assemblies such as switchgear.
      Since:
      100.6.0
    • SUBNET_LINE

      public static final UtilityNetworkSource.UsageType SUBNET_LINE
      System-generated subnetwork lines.
      Since:
      100.6.0
    • STRUCTURE_JUNCTION

      public static final UtilityNetworkSource.UsageType STRUCTURE_JUNCTION
      Point structures, such as poles.
      Since:
      100.6.0
    • STRUCTURE_LINE

      public static final UtilityNetworkSource.UsageType STRUCTURE_LINE
      Linear structures, such as ducts, conduits, or buffer tubes.
      Since:
      100.6.0
    • STRUCTURE_BOUNDARY

      public static final UtilityNetworkSource.UsageType STRUCTURE_BOUNDARY
      Polygonal structures, such as substations or town border stations.
      Since:
      100.6.0
    • JUNCTION_OBJECT

      public static final UtilityNetworkSource.UsageType JUNCTION_OBJECT
      Non-spatial junctions, such as a transceiver in a fiber network.
      Since:
      100.9.0
    • EDGE_OBJECT

      public static final UtilityNetworkSource.UsageType EDGE_OBJECT
      Non-spatial edge, such as a fiber strand in a fiber cable.
      Since:
      100.9.0
    • STRUCTURE_JUNCTION_OBJECT

      public static final UtilityNetworkSource.UsageType STRUCTURE_JUNCTION_OBJECT
      Non-spatial structure junction, such as a duct port in a manhole.
      Since:
      100.9.0
    • STRUCTURE_EDGE_OBJECT

      public static final UtilityNetworkSource.UsageType STRUCTURE_EDGE_OBJECT
      Non-spatial structure edge, such as a duct in a duct bank.
      Since:
      100.9.0
  • Method Details

    • values

      public static UtilityNetworkSource.UsageType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static UtilityNetworkSource.UsageType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null