Constant | Way of resolving conflict |
gdbConflResUndefined | The way of resolving conflict for a component from the source GDB has not been defined. The destination GDB has a component with the same name. This constant cannot be used for resolving conflict. |
gdbConflResCopy | A component from the source GDB is copied to the destination GDB with the same name. |
gdbConflResMerge | A component from the source GDB is merged with a component of destination GDB. Using this constant is possible for maps, layers, feature types and tables. In case of tables, records that have equal values in unique fields are rejected; connections between such records and features are lost. |
gdbConflResCopyNewName | A component from the source GDB is copied to the destination GDB with a new name. |
gdbConflResNoCopy | A component from the source GDB is not copied to the destination GDB |
gdbConflResMergeSource | A table from the source GDB is merged with a table of the destination GDB (if tables have identical structure). Records of the source GDB table rewrite records that have equal values in unique fields. Using this constant is possible for GDB tables only. |
gdbConflResMergeDest | A table from the source GDB is merged with a table of the destination GDB (if tables have identical structure). Records that have equal values in unique fields are rejected; feature connections are set to records of the destination GDB table. Using this constant is possible for GDB tables only. |
gdbConflResSame | A table is not copied; map features refer to a table of source GDB (it is possible if source and destination GDB correspond). Using this constant is possible for GDB tables only. |
gdbConflResDest | A style from the source GDB library is replaced by a style with the same name from the destination GDB library. Using this constant is possible for styles from GDB style library only. |
gdbConflResInstead | A style from the source GDB is replaced by a specified style from the destination GDB. Using this constant is possible for styles from GDB style library only. |
gdbConflResShared | A style from the source GDB is replaced by a specified style from the shared library. Using this constant is possible for styles from GDB style library only. |