public interface ICreateColorCompositeFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Create Color Composite Function arguments.' 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 java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDf1dba2b9_c1a8_4214_8570_be3c09b54a42 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBandIndexesB()
The band indexes used in the blue calculation.
|
java.lang.String |
getBandIndexesG()
The band indexes used in the green calculation.
|
java.lang.String |
getBandIndexesR()
The band indexes used in the red calculation.
|
java.lang.Object |
getRaster()
The input raster.
|
void |
setBandIndexesB(java.lang.String pBandIndexes)
The band indexes used in the blue calculation.
|
void |
setBandIndexesG(java.lang.String pBandIndexes)
The band indexes used in the green calculation.
|
void |
setBandIndexesR(java.lang.String pBandIndexes)
The band indexes used in the red calculation.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The input raster.
|
static final int IIDf1dba2b9_c1a8_4214_8570_be3c09b54a42
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBandIndexesR() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandIndexesR(java.lang.String pBandIndexes) throws java.io.IOException, AutomationException
pBandIndexes
- The pBandIndexes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBandIndexesG() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandIndexesG(java.lang.String pBandIndexes) throws java.io.IOException, AutomationException
pBandIndexes
- The pBandIndexes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBandIndexesB() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandIndexesB(java.lang.String pBandIndexes) throws java.io.IOException, AutomationException
pBandIndexes
- The pBandIndexes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.