ArcObjects Library Reference (DataSourcesRaster)  

IMosaicRaster Interface

Provides access to members that control a MosaicRaster.

Product Availability

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

Description

IMosaicRaster allows you to specify the raster catalog or the selection on a raster catalog to be mosaicked. A custom MosaicOperator or a predefined MosaicOperatorType for overlapping areas can also be set. If the raster datasets have colormap, setting the MosaicColormapMode will manipulate the colormap of the output mosaic.

Members

Description
Read/write property Ascending Indicates whether the ascending flag of OrderBy.
Read/write property Colormap The colormap to be used.
Read/write property MosaicColormapMode The current mode for mosaicking pseucolor rasters.
Read/write property MosaicOperator The current mosaic operator.
Read/write property MosaicOperatorType The current mosaic operator type.
Read/write property OrderByField The Order By fields on the base RasterCatalog.
Read/write property RasterCatalog The base RasterCatalog.
Read/write property WhereClause The Where Clause on the base RasterCatalog.

CoClasses that implement IMosaicRaster

CoClasses and Classes Description
MosaicRaster A mosaic of rasters.

See Also

MosaicRaster Class

.NET Samples

Mosaic raster datasets to a file raster format (Code Files: CreateFileRasterMosaic)

.NET Related Topics

DataSourcesRaster