A mosaic of rasters.
Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.
| Interfaces | Description |
|---|---|
| IGeoDataset (esriGeoDatabase) | Provides access to members that provide information about a Geographic Dataset. |
| IMosaicRaster | Provides access to members that control a MosaicRaster. |
| IPixelOperation | Provides access to members that control a pixel operation on a raster. |
| IRaster (esriGeoDatabase) | Provides access to members that control an in-memory raster. |
| IRasterCollection | Provides access to members that control a raster collection. |
| IRasterProps | Provides access to members that control the most common raster properties. |
| ISaveAs (esriGeoDatabase) | Provides access to methods for saving as a new Dataset. |
| ISupportErrorInfo | Indicates whether a specific interface can return Automation error objects. |
The MosaicRaster coclass represents a new type of Raster that takes a collection of rasters and mosaics them into one seamless raster. The set of rasters can be file rasters in any format or geodatabase rasters, it can also be all rasters or a set of rasters in a raster catalog.
The overlapping areas can be resolved by predefined or custom MosaicOperator.