public interface ISubsetBandsFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control Subset Bands 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 |
IID6a5891ba_988d_4441_9fae_282110ce42c7 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBands()
The band Ids, or wavelengths or band names that will be extracted in ranges or in lists.
|
int |
getMethod()
The method to extract bands from a raster by ranges of band ID, wavelength or band name, or by specifying them individually.
|
int |
getMissingBandAction()
Indicates how the raster function behaves when a requested band is not found in the input raster.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setBands(java.lang.String pBands)
The band Ids, or wavelengths or band names that will be extracted in ranges or in lists.
|
void |
setMethod(int pExtractBandsMethod)
The method to extract bands from a raster by ranges of band ID, wavelength or band name, or by specifying them individually.
|
void |
setMissingBandAction(int pMissingBandAction)
Indicates how the raster function behaves when a requested band is not found in the input raster.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID6a5891ba_988d_4441_9fae_282110ce42c7
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.int getMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMethod(int pExtractBandsMethod) throws java.io.IOException, AutomationException
pExtractBandsMethod
- A com.esri.arcgis.datasourcesraster.esriExtractBandsMethod constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getBands() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBands(java.lang.String pBands) throws java.io.IOException, AutomationException
pBands
- The pBands (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getMissingBandAction() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMissingBandAction(int pMissingBandAction) throws java.io.IOException, AutomationException
pMissingBandAction
- A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.