com.esri.arcgis.datasourcesraster
Interface esriImageAdjustmentType

All Superinterfaces:
Serializable

public interface esriImageAdjustmentType
extends Serializable

The image adjustment types.

Product Availability

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


Field Summary
static int esriImageAdjustmentAppend
          Appends the current adjustment.
static int esriImageAdjustmentReplace
          Relaces all existing geodata transforms using the current adjustment.
static int esriImageAdjustmentReset
          Removes any adjustment and restore the original geodata transforms.
 

Field Detail

esriImageAdjustmentAppend

static final int esriImageAdjustmentAppend
Appends the current adjustment.

See Also:
Constant Field Values

esriImageAdjustmentReplace

static final int esriImageAdjustmentReplace
Relaces all existing geodata transforms using the current adjustment.

See Also:
Constant Field Values

esriImageAdjustmentReset

static final int esriImageAdjustmentReset
Removes any adjustment and restore the original geodata transforms.

See Also:
Constant Field Values