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


MeanMosaicker Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > M > MeanMosaicker Class
ArcGIS Developer Help

MeanMosaickerClass Class

A custom raster mosaic operator for performing mean value mosaic.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Interfaces

Interfaces Description
IMosaicOperator Provides access to members that control custom mosaic operators.
IMosaicOperator2 Provides access to members that control a custom mosaic operator.

Remarks

This mosaic operator calculates average of the pixel values in the overlapping areas and assign it to the output raster pixel value.

See Also

MosaicRaster Class