com.esri.arcgis.datasourcesraster
Interface IMosaicRaster2

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IMosaicRaster2Proxy, MosaicRaster

public interface IMosaicRaster2
extends java.io.Serializable

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

Description: 'Provides access to members that control a MosaicRaster.' 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 IID77d428cf_3f55_497d_bd5c_9fb7b2d708a9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IRasterCatalogTable getRasterCatalogTable()
          The source raster catalog table.
 void recalculateCellsize(int type)
          Recalculates the cellsize as (min, max, or mean) of all cellsizes.
 void setRasterCatalogTableByRef(IRasterCatalogTable ppCatalogTable)
          The source raster catalog table.
 

Field Detail

IID77d428cf_3f55_497d_bd5c_9fb7b2d708a9

static final int IID77d428cf_3f55_497d_bd5c_9fb7b2d708a9
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

getRasterCatalogTable

IRasterCatalogTable getRasterCatalogTable()
                                          throws java.io.IOException,
                                                 AutomationException
The source raster catalog table.

Returns:
A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogTable
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRasterCatalogTableByRef

void setRasterCatalogTableByRef(IRasterCatalogTable ppCatalogTable)
                                throws java.io.IOException,
                                       AutomationException
The source raster catalog table.

Parameters:
ppCatalogTable - A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogTable (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

recalculateCellsize

void recalculateCellsize(int type)
                         throws java.io.IOException,
                                AutomationException
Recalculates the cellsize as (min, max, or mean) of all cellsizes.

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