com.esri.arcgis.datasourcesraster
Interface IMosaicFunctionArguments2

All Superinterfaces:
IMosaicFunctionArguments, Serializable
All Known Implementing Classes:
MosaicFunctionArguments

public interface IMosaicFunctionArguments2
extends IMosaicFunctionArguments, Serializable

Provides access to members that control mosaic function arguments.

Product Availability

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


Method Summary
 double getCellSizeTolerance()
          The cellsize tolerance for sorting on cellsize.
 void setCellSizeTolerance(double pCellSizeTolerance)
          The cellsize tolerance for sorting on cellsize.
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunctionArguments
getBoundary, getCatalog, getDodgingTable, getRasterInfo, getSeamline, getStereoTable, setBoundaryByRef, setCatalogByRef, setDodgingTableByRef, setRasterInfoByRef, setSeamlineByRef, setStereoTableByRef
 

Method Detail

setCellSizeTolerance

void setCellSizeTolerance(double pCellSizeTolerance)
                          throws IOException,
                                 AutomationException
The cellsize tolerance for sorting on cellsize.

Product Availability

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

Parameters:
pCellSizeTolerance - The pCellSizeTolerance (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizeTolerance

double getCellSizeTolerance()
                            throws IOException,
                                   AutomationException
The cellsize tolerance for sorting on cellsize.

Product Availability

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

Returns:
The pCellSizeTolerance
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.