com.esri.arcgis.datasourcesraster
Interface IMosaicRaster2

All Superinterfaces:
Serializable
All Known Implementing Classes:
MosaicRaster

public interface IMosaicRaster2
extends Serializable

Provides access to members that control a MosaicRaster.

Description

IMosaicRaster2 interface allows you to set and mosaic rasters from RasterCatalogTable object.

Product Availability

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


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.
 

Method Detail

getRasterCatalogTable

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

Product Availability

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

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

setRasterCatalogTableByRef

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

Product Availability

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

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

recalculateCellsize

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

Product Availability

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

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