com.esri.arcgis.carto
Interface IColorChannelMapping

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IColorChannelMappingProxy, RasterRGBRenderer, RasterStretchColorRampRenderer

public interface IColorChannelMapping
extends java.io.Serializable

COM Interface 'IColorChannelMapping'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to methods that control the mapping of bands to RGB color channels.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IID8d12e222_2507_41b5_a21c_5a56a031705b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.Object getBandIndices()
          The band indices being used in the mapping.
 boolean isUseDefaultMapping()
          Indicates whether the default mapping is being used.
 void setBandIndices(java.lang.Object vIndex)
          The band indices being used in the mapping.
 void setUseDefaultMapping(boolean bIsDefault)
          Indicates whether the default mapping is being used.
 

Field Detail

IID8d12e222_2507_41b5_a21c_5a56a031705b

static final int IID8d12e222_2507_41b5_a21c_5a56a031705b
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

isUseDefaultMapping

boolean isUseDefaultMapping()
                            throws java.io.IOException,
                                   AutomationException
Indicates whether the default mapping is being used.

Returns:
The bIsDefault
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseDefaultMapping

void setUseDefaultMapping(boolean bIsDefault)
                          throws java.io.IOException,
                                 AutomationException
Indicates whether the default mapping is being used.

Parameters:
bIsDefault - The bIsDefault (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBandIndices

java.lang.Object getBandIndices()
                                throws java.io.IOException,
                                       AutomationException
The band indices being used in the mapping.

Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBandIndices

void setBandIndices(java.lang.Object vIndex)
                    throws java.io.IOException,
                           AutomationException
The band indices being used in the mapping.

Parameters:
vIndex - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.