public interface esriDuplicateItemsAction
extends java.io.Serializable
Description: 'Duplicate resolution methods while adding rasters to a mosaic dataset.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static int |
esriDuplicateItemsAllow
Ignore incoming items that are duplicates of existing items in the mosaic dataset.
|
static int |
esriDuplicateItemsExclude
Exclude incoming items that are duplicates of existing items in the mosaic dataset.
|
static int |
esriDuplicateItemsOverwrite
Overwrite duplicate items that already exist in the mosaic dataset with incoming items.
|
static final int esriDuplicateItemsAllow
static final int esriDuplicateItemsExclude
static final int esriDuplicateItemsOverwrite