com.esri.arcgis.datasourcesraster
Interface esriDuplicateItemsAction

All Superinterfaces:
java.io.Serializable

public interface esriDuplicateItemsAction
extends java.io.Serializable

Constants from esriDuplicateItemsAction' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
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.
 

Field Detail

esriDuplicateItemsAllow

static final int esriDuplicateItemsAllow
Ignore incoming items that are duplicates of existing items in the mosaic dataset. Allow duplicate items to co-exist.

See Also:
Constant Field Values

esriDuplicateItemsExclude

static final int esriDuplicateItemsExclude
Exclude incoming items that are duplicates of existing items in the mosaic dataset. Prevent duplicate items from being added.

See Also:
Constant Field Values

esriDuplicateItemsOverwrite

static final int esriDuplicateItemsOverwrite
Overwrite duplicate items that already exist in the mosaic dataset with incoming items.

See Also:
Constant Field Values