public interface esriImageAdjustmentType
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
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 |
esriImageAdjustmentReactivate
Activates invactive images and their control points.
|
static int |
esriImageAdjustmentReplace
Relaces all existing geodata transforms using the current adjustment.
|
static int |
esriImageAdjustmentReset
Removes any adjustment and restore the original geodata transforms.
|
static final int esriImageAdjustmentInsert
static final int esriImageAdjustmentAppend
static final int esriImageAdjustmentReplace
static final int esriImageAdjustmentReset
static final int esriImageAdjustmentApply
static final int esriImageAdjustmentReactivate