UtilityNetworkSyncMode enum
The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.
Values
- none → const UtilityNetworkSyncMode
-
No utility network resource will be synced.
- syncSystemTables → const UtilityNetworkSyncMode
-
Utility Network system tables will be synced.
The service must return true for SyncCapabilities.supportsUtilityNetworkSystem to support taking Utility Network System data offline.
- syncSystemAndTopologyTables → const UtilityNetworkSyncMode
-
Utility network topology and system tables will be synced.
The utility network topology enables offline trace capability. The service must return true for SyncCapabilities.supportsUtilityNetworkTopology to support taking utility network topology offline. Selecting this enum value will also sync the utility network system tables.
Properties
- coreValue → RT_UtilityNetworkSyncMode
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
UtilityNetworkSyncMode> - A constant List of the values in this enum, in order of their declaration.