public interface INDVIFunctionArguments2 extends INDVIFunctionArguments, java.io.Serializable
Description: 'Provides access to members that control NDVI 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 |
IID191462d1_d3f7_460c_9508_a5e1268e3d5f |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDb8c15ba4_ed8c_4e85_9166_f4f149cc3170
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInfraredBandName()
Infrared band name.
|
double |
getInfraredBandWavelength()
Infrared band wavelength.
|
int |
getMissingBandAction()
Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) is not found in the input raster.
|
java.lang.String |
getVisibleBandName()
Visible band name.
|
double |
getVisibleBandWavelength()
Visible band wavelength.
|
double |
getWavelengthMatchTolerance()
The wavelength tolerance value in nanometers.
|
void |
setInfraredBandName(java.lang.String pInfraredBandName)
Infrared band name.
|
void |
setInfraredBandWavelength(double pInfraredBandWavelength)
Infrared band wavelength.
|
void |
setMissingBandAction(int pMissingBandAction)
Indicates how the raster function behaves when a request band (specified by index, name, or wavelength) is not found in the input raster.
|
void |
setVisibleBandName(java.lang.String pVisibleBandName)
Visible band name.
|
void |
setVisibleBandWavelength(double pVisibleBandWavelength)
Visible band wavelength.
|
void |
setWavelengthMatchTolerance(double pWavelengthMatchTolerance)
The wavelength tolerance value in nanometers.
|
getInfraredBandID, getRaster, getVisibleBandID, setInfraredBandID, setRasterByRef, setVisibleBandID
static final int IID191462d1_d3f7_460c_9508_a5e1268e3d5f
static final int xxDummy
static final java.lang.String IID
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.java.lang.String getVisibleBandName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisibleBandName(java.lang.String pVisibleBandName) throws java.io.IOException, AutomationException
pVisibleBandName
- The pVisibleBandName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInfraredBandName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInfraredBandName(java.lang.String pInfraredBandName) throws java.io.IOException, AutomationException
pInfraredBandName
- The pInfraredBandName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getVisibleBandWavelength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVisibleBandWavelength(double pVisibleBandWavelength) throws java.io.IOException, AutomationException
pVisibleBandWavelength
- The pVisibleBandWavelength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getInfraredBandWavelength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInfraredBandWavelength(double pInfraredBandWavelength) throws java.io.IOException, AutomationException
pInfraredBandWavelength
- The pInfraredBandWavelength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.