com.esri.arcgis.output
Interface esriColorCorrectionDataType

All Superinterfaces:
Serializable

public interface esriColorCorrectionDataType
extends Serializable

Color Correction Data Type.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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