public interface ICompositeBandFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control 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 |
IID2cd983a7_649d_4aa5_a732_c8212efc5b80 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
int |
getCellsizeType()
The different ways for estimating cellsize.
|
java.lang.Object |
getRasters()
The input Rasters array.
|
void |
setCellsizeType(int pType)
The different ways for estimating cellsize.
|
void |
setRastersByRef(java.lang.Object ppRasters)
The input Rasters array.
|
static final int IID2cd983a7_649d_4aa5_a732_c8212efc5b80
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRasters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setRastersByRef(java.lang.Object ppRasters)
throws java.io.IOException,
AutomationException
ppRasters - A reference to another Object (IUnknown) (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getCellsizeType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setCellsizeType(int pType)
throws java.io.IOException,
AutomationException
pType - A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.