com.esri.arcgis.datasourcesraster
Interface esriImageAdjustmentType

All Superinterfaces:
java.io.Serializable

public interface esriImageAdjustmentType
extends java.io.Serializable

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

Description: 'The image adjustment types.' 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 esriImageAdjustmentAppend
          Appends the current adjustment after.
static int esriImageAdjustmentApply
          Applies the current adjustment.
static int esriImageAdjustmentInsert
          Inserts the current adjustment before.
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

esriImageAdjustmentInsert

static final int esriImageAdjustmentInsert
Inserts the current adjustment before.

See Also:
Constant Field Values

esriImageAdjustmentAppend

static final int esriImageAdjustmentAppend
Appends the current adjustment after.

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

esriImageAdjustmentApply

static final int esriImageAdjustmentApply
Applies the current adjustment.

See Also:
Constant Field Values