com.esri.arcgis.datasourcesraster
Interface esriDuplicateItemsAction

All Superinterfaces:
Serializable

public interface esriDuplicateItemsAction
extends Serializable

Duplicate resolution methods while adding rasters to a mosaic dataset.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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