UtilityNetworkSyncMode enum
The different modes for generation and synchronization of utility networks as part of a geodatabase sync task.
Constructors
- UtilityNetworkSyncMode()
-
const
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
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.