UtilityNetworkCapabilities class final

Defines the supported capabilities for a utility network.

These non-configurable capabilities indicate which utility network operations are supported. They are dependent upon the utility network service capabilities or the contents of the geodatabase.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsNetworkState bool
True if this utility network supports network state, false otherwise.
no setter
supportsQueryAssociations bool
True if this utility network can query associations, false otherwise.
no setter
supportsTrace bool
True if this utility network can run a trace, false otherwise.
no setter
supportsValidateNetworkTopology bool
True if this utility network can validate network topology, false otherwise.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited