com.esri.arcgis.datasourcesraster
Interface IArithmeticFunctionArguments2

All Superinterfaces:
IArithmeticFunctionArguments, Serializable
All Known Implementing Classes:
ArithmeticFunctionArguments

public interface IArithmeticFunctionArguments2
extends IArithmeticFunctionArguments, Serializable

Provides access to additional members that control arithmetic function arguments.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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

getExtentType

int getExtentType()
                  throws IOException,
                         AutomationException
The different ways for estimating extent.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.datasourcesraster.esriExtentType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtentType

void setExtentType(int pType)
                   throws IOException,
                          AutomationException
The different ways for estimating extent.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriExtentType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellsizeType

int getCellsizeType()
                    throws IOException,
                           AutomationException
The different ways for estimating cellsize.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
A com.esri.arcgis.datasourcesraster.esriCellsizeType constant
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCellsizeType

void setCellsizeType(int pType)
                     throws IOException,
                            AutomationException
The different ways for estimating cellsize.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pType - A com.esri.arcgis.datasourcesraster.esriCellsizeType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.