com.esri.arcgis.datasourcesraster
Interface IMosaicFunctionArguments2

All Superinterfaces:
IMosaicFunctionArguments, java.io.Serializable
All Known Implementing Classes:
IMosaicFunctionArguments2Proxy, MosaicFunctionArguments

public interface IMosaicFunctionArguments2
extends IMosaicFunctionArguments, java.io.Serializable

COM Interface 'IMosaicFunctionArguments2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control mosaic function arguments.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfde976a9_5d17_45de_96b6_09be21077cae
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IMosaicFunctionArguments
IID1a16c6f0_8f1c_498e_81af_26d50a8dddd3
 
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
 

Field Detail

IIDfde976a9_5d17_45de_96b6_09be21077cae

static final int IIDfde976a9_5d17_45de_96b6_09be21077cae
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setCellSizeTolerance

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

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

getCellSizeTolerance

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

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