public interface IExtractBandFunctionArguments2 extends IExtractBandFunctionArguments, 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 |
IIDee22afbb_419c_474b_bf29_457a4b9899d8 |
static int |
xxDummy
Deprecated.
Internal use only
|
IID8de0f45a_83d0_4b7b_87ad_69aca8c11080
Modifier and Type | Method and Description |
---|---|
IStringArray |
getBandNames()
The list of bands to be extracted by name.
|
IDoubleArray |
getBandWavelengths()
The list of bands to be extracted by mid wavelength values (in nanometers).
|
int |
getMissingBandAction()
Indicates how the raster function behaves when a requested band (specified by index, name, or wavelength) is not found in the input raster.
|
double |
getWavelengthMatchTolerance()
The wavelength tolerance value in nanometers.
|
void |
init(java.lang.String sBandCombination)
Initialize extract band arguments using the specified space- or semicolon-delimited band combination.
|
void |
setBandNamesByRef(IStringArray ppBandNames)
The list of bands to be extracted by name.
|
void |
setBandWavelengthsByRef(IDoubleArray ppBandWavelengths)
The list of bands to be extracted by mid wavelength values (in nanometers).
|
void |
setMissingBandAction(int pMissingBandAction)
Indicates how the raster function behaves when a requested band (specified by index, name, or wavelength) is not found in the input raster.
|
void |
setWavelengthMatchTolerance(double pWavelengthMatchTolerance)
The wavelength tolerance value in nanometers.
|
getBandIDs, getRaster, setBandIDsByRef, setRasterByRef
static final int IIDee22afbb_419c_474b_bf29_457a4b9899d8
static final int xxDummy
static final java.lang.String IID
void init(java.lang.String sBandCombination) throws java.io.IOException, AutomationException
sBandCombination
- The sBandCombination (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.double getWavelengthMatchTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setWavelengthMatchTolerance(double pWavelengthMatchTolerance) throws java.io.IOException, AutomationException
pWavelengthMatchTolerance
- The pWavelengthMatchTolerance (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IDoubleArray getBandWavelengths() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandWavelengthsByRef(IDoubleArray ppBandWavelengths) throws java.io.IOException, AutomationException
ppBandWavelengths
- A reference to a com.esri.arcgis.system.IDoubleArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getBandNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandNamesByRef(IStringArray ppBandNames) throws java.io.IOException, AutomationException
ppBandNames
- A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.