|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILocalFunctionArguments
Provides access to members that specify arguments to local raster functions.
Method Summary | |
---|---|
IArray |
getRasters()
An array of rasters to be processed by this local function. |
void |
setRastersByRef(IArray pArray)
An array of rasters to be processed by this local function. |
Methods inherited from interface com.esri.arcgis.spatialanalyst.IGeoAnalysisFunctionArguments |
---|
getCellsizeType, getExtentType, getOperation, getRasterInfo, setCellsizeType, setExtentType, setOperation, setRasterInfoByRef |
Method Detail |
---|
void setRastersByRef(IArray pArray) throws IOException, AutomationException
pArray
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IArray getRasters() 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 |