|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGeoAnalysisFunctionArguments
Provides access to members that specify arguments to local raster functions.
Method Summary | |
---|---|
int |
getCellsizeType()
The different ways for estimating cellsize. |
int |
getExtentType()
The different ways for estimating extent. |
int |
getOperation()
The local function operation. |
IRasterInfo |
getRasterInfo()
The raster info object describing the output of this function. |
void |
setCellsizeType(int pType)
The different ways for estimating cellsize. |
void |
setExtentType(int pType)
The different ways for estimating extent. |
void |
setOperation(int pOperation)
The local function operation. |
void |
setRasterInfoByRef(IRasterInfo pInfo)
The raster info object describing the output of this function. |
Method Detail |
---|
void setRasterInfoByRef(IRasterInfo pInfo) throws IOException, AutomationException
pInfo
- A reference to a com.esri.arcgis.datasourcesraster.IRasterInfo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterInfo getRasterInfo() throws IOException, AutomationException
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.spatialanalyst.esriGeoAnalysisFunctionEnum 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.int getExtentType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExtentType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCellsizeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCellsizeType(int pType) throws IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (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 |