com.esri.arcgis.carto
Interface IRasterRGBRenderer2

All Superinterfaces:
IRasterRGBRenderer, java.io.Serializable
All Known Implementing Classes:
IRasterRGBRenderer2Proxy, RasterRGBRenderer

public interface IRasterRGBRenderer2
extends IRasterRGBRenderer, java.io.Serializable

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

Description: 'Provides access to additional members which control the raster Red/Green/Blue renderer.' 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 IID9e69b838_e78f_44c1_867f_b5932d5eeb49
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IRasterRGBRenderer
IID577f186f_7037_11d2_9f29_00c04f8ed1d7
 
Method Summary
 int getAlphaBandIndex()
          The band to be represented in Alpha.
 boolean isUseAlphaBand()
          Indicates if the Alpha band is used.
 void setAlphaBandIndex(int pIndex)
          The band to be represented in Alpha.
 void setUseAlphaBand(boolean pUse)
          Indicates if the Alpha band is used.
 
Methods inherited from interface com.esri.arcgis.carto.IRasterRGBRenderer
getBlueBandIndex, getGreenBandIndex, getRedBandIndex, isUseBlueBand, isUseGreenBand, isUseRedBand, queryBandIndices, setBandIndices, setBlueBandIndex, setGreenBandIndex, setRedBandIndex, setUseBlueBand, setUseGreenBand, setUseRedBand
 

Field Detail

IID9e69b838_e78f_44c1_867f_b5932d5eeb49

static final int IID9e69b838_e78f_44c1_867f_b5932d5eeb49
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

getAlphaBandIndex

int getAlphaBandIndex()
                      throws java.io.IOException,
                             AutomationException
The band to be represented in Alpha.

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

setAlphaBandIndex

void setAlphaBandIndex(int pIndex)
                       throws java.io.IOException,
                              AutomationException
The band to be represented in Alpha.

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

isUseAlphaBand

boolean isUseAlphaBand()
                       throws java.io.IOException,
                              AutomationException
Indicates if the Alpha band is used.

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

setUseAlphaBand

void setUseAlphaBand(boolean pUse)
                     throws java.io.IOException,
                            AutomationException
Indicates if the Alpha band is used.

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