public interface IExtractBandFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control band extraction function argument(s).' 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 |
IID8de0f45a_83d0_4b7b_87ad_69aca8c11080 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
ILongArray |
getBandIDs()
The list of band IDs (0 based) to be extracted.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setBandIDsByRef(ILongArray ppBandIDs)
The list of band IDs (0 based) to be extracted.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID8de0f45a_83d0_4b7b_87ad_69aca8c11080
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.ILongArray getBandIDs() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setBandIDsByRef(ILongArray ppBandIDs) throws java.io.IOException, AutomationException
ppBandIDs - A reference to a com.esri.arcgis.system.ILongArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.