|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArithmeticFunctionArguments2
Provides access to additional members that control arithmetic function arguments.
Method Summary | |
---|---|
int |
getCellsizeType()
The different ways for estimating cellsize. |
int |
getExtentType()
The different ways for estimating extent. |
void |
setCellsizeType(int pType)
The different ways for estimating cellsize. |
void |
setExtentType(int pType)
The different ways for estimating extent. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IArithmeticFunctionArguments |
---|
getOperation, getRaster, getRaster2, setOperation, setRaster2ByRef, setRasterByRef |
Method Detail |
---|
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 |