|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMathFunctionArguments
Provides access to members that specify arguments to local raster functions.
Method Summary | |
---|---|
Object |
getRaster()
The 1st raster object, raster dataset or raster variable. |
Object |
getRaster2()
The 2nd raster, scalar, raster dataset or raster variable. |
void |
setRaster2ByRef(Object ppRaster)
The 2nd raster, scalar, raster dataset or raster variable. |
void |
setRasterByRef(Object ppRaster)
The 1st raster object, raster dataset or raster variable. |
Methods inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments |
---|
getCellsizeType, getExtentType, getOperation, getRasterInfo, setCellsizeType, setExtentType, setOperation, setRasterInfoByRef |
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |