Provides access to members that control a MosaicRaster.
Description
IMosaicRaster2 interface allows you to set and mosaic rasters from RasterCatalogTable object.
Members
Name | Description | |
---|---|---|
RasterCatalogTable | The source raster catalog table. | |
RecalculateCellsize | Recalculates the cellsize as (min, max, or mean) of all cellsizes. |
IMosaicRaster2.RasterCatalogTable Property
The source raster catalog table.
Public Property RasterCatalogTable As IRasterCatalogTable
public IRasterCatalogTable RasterCatalogTable {get; set;}
IMosaicRaster2.RecalculateCellsize Method
Recalculates the cellsize as (min, max, or mean) of all cellsizes.
Public Sub RecalculateCellsize ( _
ByVal Type As esriCellsizeType _
)
public void RecalculateCellsize (
esriCellsizeType Type
);
Classes that implement IMosaicRaster2
Classes | Description |
---|---|
MosaicRaster | A mosaic of rasters. |