|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INDVIFunctionArguments
Provides access to members that control NDVI function arguments.
Method Summary | |
---|---|
int |
getInfraredBandID()
The infrared band id. |
Object |
getRaster()
The input raster. |
int |
getVisibleBandID()
The visible band id. |
void |
setInfraredBandID(int pInfraredBandID)
The infrared band id. |
void |
setRasterByRef(Object ppRaster)
The input raster. |
void |
setVisibleBandID(int pVisibleBandID)
The visible band id. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getVisibleBandID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisibleBandID(int pVisibleBandID) throws IOException, AutomationException
pVisibleBandID
- The pVisibleBandID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInfraredBandID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInfraredBandID(int pInfraredBandID) throws IOException, AutomationException
pInfraredBandID
- The pInfraredBandID (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 |