|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArithmeticFunctionArguments
Provides access to members that control arithmetic function arguments.
Method Summary | |
---|---|
int |
getOperation()
The arithmetic operation. |
Object |
getRaster()
The 1st raster object. |
Object |
getRaster2()
The 2nd raster object. |
void |
setOperation(int pOperation)
The arithmetic operation. |
void |
setRaster2ByRef(Object ppRaster)
The 2nd raster object. |
void |
setRasterByRef(Object ppRaster)
The 1st raster object. |
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.Object getRaster2() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRaster2ByRef(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.void setOperation(int pOperation) throws IOException, AutomationException
pOperation
- A com.esri.arcgis.datasourcesraster.esriRasterArithmeticOperation constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getOperation() throws IOException, AutomationException
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 |