Module com.esri.arcgisruntime
Class UtilityNetworkState
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityNetworkState
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 Summary
PropertiesTypePropertyDescriptionTrue if the network topology of the utility network contains any dirty areas, false otherwise.True if the network topology of the utility network has any errors, false otherwise.True if this utility network has network topology enabled, false otherwise. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets the value of thehasDirtyAreasproperty.booleanGets the value of thehasErrorsproperty.True if the network topology of the utility network contains any dirty areas, false otherwise.True if the network topology of the utility network has any errors, false otherwise.booleanGets the value of thenetworkTopologyEnabledproperty.True if this utility network has network topology enabled, false otherwise.
-
Property Details
-
hasDirtyAreas
True if the network topology of the utility network contains any dirty areas, false otherwise.- Since:
- 200.3.0
- See Also:
-
hasErrors
True if the network topology of the utility network has any errors, false otherwise.- Since:
- 200.3.0
- See Also:
-
networkTopologyEnabled
True if this utility network has network topology enabled, false otherwise.- Since:
- 200.3.0
- See Also:
-
-
Method Details
-
hasDirtyAreasProperty
True if the network topology of the utility network contains any dirty areas, false otherwise.- Returns:
- the
hasDirtyAreasproperty - Since:
- 200.3.0
- See Also:
-
getHasDirtyAreas
public boolean getHasDirtyAreas()Gets the value of thehasDirtyAreasproperty.- Property description:
- True if the network topology of the utility network contains any dirty areas, false otherwise.
- Returns:
- the value of the
hasDirtyAreasproperty - Since:
- 200.3.0
- See Also:
-
hasErrorsProperty
True if the network topology of the utility network has any errors, false otherwise.- Returns:
- the
hasErrorsproperty - Since:
- 200.3.0
- See Also:
-
getHasErrors
public boolean getHasErrors()Gets the value of thehasErrorsproperty.- Property description:
- True if the network topology of the utility network has any errors, false otherwise.
- Returns:
- the value of the
hasErrorsproperty - Since:
- 200.3.0
- See Also:
-
networkTopologyEnabledProperty
True if this utility network has network topology enabled, false otherwise.- Returns:
- the
networkTopologyEnabledproperty - Since:
- 200.3.0
- See Also:
-
isNetworkTopologyEnabled
public boolean isNetworkTopologyEnabled()Gets the value of thenetworkTopologyEnabledproperty.- Property description:
- True if this utility network has network topology enabled, false otherwise.
- Returns:
- the value of the
networkTopologyEnabledproperty - Since:
- 200.3.0
- See Also:
-