|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INDVIFunctionArguments2
Provides access to members that control NDVI function arguments.
Method Summary | |
---|---|
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. |
String |
getVisibleBandName()
Visible band name. |
double |
getVisibleBandWavelength()
Visible band wavelength. |
double |
getWavelengthMatchTolerance()
The wavelength tolerance value in nanometers. |
void |
setInfraredBandName(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(String pVisibleBandName)
Visible band name. |
void |
setVisibleBandWavelength(double pVisibleBandWavelength)
Visible band wavelength. |
void |
setWavelengthMatchTolerance(double pWavelengthMatchTolerance)
The wavelength tolerance value in nanometers. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.INDVIFunctionArguments |
---|
getInfraredBandID, getRaster, getVisibleBandID, setInfraredBandID, setRasterByRef, setVisibleBandID |
Method Detail |
---|
int getMissingBandAction() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMissingBandAction(int pMissingBandAction) throws IOException, AutomationException
pMissingBandAction
- A com.esri.arcgis.datasourcesraster.esriMissingBandAction constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getWavelengthMatchTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setWavelengthMatchTolerance(double pWavelengthMatchTolerance) throws IOException, AutomationException
pWavelengthMatchTolerance
- The pWavelengthMatchTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVisibleBandName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisibleBandName(String pVisibleBandName) throws IOException, AutomationException
pVisibleBandName
- The pVisibleBandName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getInfraredBandName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInfraredBandName(String pInfraredBandName) throws IOException, AutomationException
pInfraredBandName
- The pInfraredBandName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getVisibleBandWavelength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisibleBandWavelength(double pVisibleBandWavelength) throws IOException, AutomationException
pVisibleBandWavelength
- The pVisibleBandWavelength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getInfraredBandWavelength() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInfraredBandWavelength(double pInfraredBandWavelength) throws IOException, AutomationException
pInfraredBandWavelength
- The pInfraredBandWavelength (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |