|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBandArithmeticFunctionArguments
Provides access to members that control Band Arithmetic function arguments.
| Method Summary | |
|---|---|
String |
getBandIndexes()
The band indexes used in the calculation. |
int |
getMethod()
The method or calculation to perform. |
Object |
getRaster()
The input raster. |
void |
setBandIndexes(String pBandIndexes)
The band indexes used in the calculation. |
void |
setMethod(int pBandArithmeticMethod)
The method or calculation to perform. |
void |
setRasterByRef(Object ppRaster)
The input raster. |
| 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 getMethod()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMethod(int pBandArithmeticMethod)
throws IOException,
AutomationException
pBandArithmeticMethod - A com.esri.arcgis.datasourcesraster.esriRasterBandArithmeticMethod constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getBandIndexes()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBandIndexes(String pBandIndexes)
throws IOException,
AutomationException
pBandIndexes - The pBandIndexes (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 | ||||||||