This document is archived and information here might be outdated.  Recommended version.


IMosaicRaster Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IM > IMosaicRaster Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IMosaicRaster

Classes Description
MosaicRaster A mosaic of rasters.

See Also

Raster Class | MosaicRaster Class

.NET Samples

Mosaic raster datasets to a file raster format