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
TypePropertyDescriptionTrue 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 TypeMethodDescriptionboolean
Gets the value of thehasDirtyAreas
property.boolean
Gets the value of thehasErrors
property.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.boolean
Gets the value of thenetworkTopologyEnabled
property.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
hasDirtyAreas
property - Since:
- 200.3.0
- See Also:
-
getHasDirtyAreas
public boolean getHasDirtyAreas()Gets the value of thehasDirtyAreas
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
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 thehasErrors
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
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 thenetworkTopologyEnabled
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:
-