Class UtilityNetworkState

java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityNetworkState

public final class UtilityNetworkState extends Object
Defines the current state of a utility network.

These read-only properties provide detailed information about the current state of the utility network topology. For more information about dirty areas and/or errors in the network, see UtilityNetwork.dirtyAreaTableProperty().

Since:
200.3.0
  • Property Details

  • Method Details

    • hasDirtyAreasProperty

      public ReadOnlyBooleanProperty hasDirtyAreasProperty()
      True if the network topology of the utility network contains any dirty areas, false otherwise.
      Returns:
      the hasDirtyAreas property
      Since:
      200.3.0
      See Also:
    • getHasDirtyAreas

      public boolean getHasDirtyAreas()
      Gets the value of the hasDirtyAreas property.
      Property description:
      True if the network topology of the utility network contains any dirty areas, false otherwise.
      Returns:
      the value of the hasDirtyAreas property
      Since:
      200.3.0
      See Also:
    • hasErrorsProperty

      public ReadOnlyBooleanProperty hasErrorsProperty()
      True if the network topology of the utility network has any errors, false otherwise.
      Returns:
      the hasErrors property
      Since:
      200.3.0
      See Also:
    • getHasErrors

      public boolean getHasErrors()
      Gets the value of the hasErrors property.
      Property description:
      True if the network topology of the utility network has any errors, false otherwise.
      Returns:
      the value of the hasErrors property
      Since:
      200.3.0
      See Also:
    • networkTopologyEnabledProperty

      public ReadOnlyBooleanProperty networkTopologyEnabledProperty()
      True if this utility network has network topology enabled, false otherwise.
      Returns:
      the networkTopologyEnabled property
      Since:
      200.3.0
      See Also:
    • isNetworkTopologyEnabled

      public boolean isNetworkTopologyEnabled()
      Gets the value of the networkTopologyEnabled property.
      Property description:
      True if this utility network has network topology enabled, false otherwise.
      Returns:
      the value of the networkTopologyEnabled property
      Since:
      200.3.0
      See Also: