com.esri.arcgis.output
Interface esriColorCorrectionDataType

All Superinterfaces:
java.io.Serializable

public interface esriColorCorrectionDataType
extends java.io.Serializable

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

Description: 'Color Correction Data Type.' 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 esriColorCorrectionDataTypeRaster
          Color Correction Data Type = Raster.
static int esriColorCorrectionDataTypeTotal
          Color Correction Data Type = Total Image.
static int esriColorCorrectionDataTypeVector
          Color Correction Data Type = Vector.
 

Field Detail

esriColorCorrectionDataTypeTotal

static final int esriColorCorrectionDataTypeTotal
Color Correction Data Type = Total Image.

See Also:
Constant Field Values

esriColorCorrectionDataTypeRaster

static final int esriColorCorrectionDataTypeRaster
Color Correction Data Type = Raster.

See Also:
Constant Field Values

esriColorCorrectionDataTypeVector

static final int esriColorCorrectionDataTypeVector
Color Correction Data Type = Vector.

See Also:
Constant Field Values