This document is archived and information here might be outdated. Recommended version. |
A mosaic of rasters.
The MosaicRaster coclass represents a special type of Raster that takes a collection of rasters and mosaics them into one seamless raster. The set of rasters can be from any raster formats or geodatabase rasters, it can also be all or a set of rasters in a raster catalog.
The overlapping areas can be resolved by a predefined or custom MosaicOperator.
The mosaic result can be saved to a file raster format or a geodatabase.
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. |
IMosaicRaster2 | 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. |
ISaveAs2 (esriGeoDatabase) | Provides access to methods for saving as a new Raster Dataset. |
ISupportErrorInfo (esriSystem) |