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


Working with Mosaic datasets (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > Developing with ArcGIS > Learning ArcObjects > Managing data > Working with image and raster data > Working with Mosaic datasets

Working with Mosaic datasets


The topics in this section cover working with mosaic datasets, an optimized raster data model that is used to manage a large collection of images. Mosaic datasets store references to the raster files. They do not load pixels to the geodatabase, but they can use many raster formats and multiple sensor types. Mosaic datasets can also consume services, such as image services, Web Coverage Service (WCS) capabilities, and cached map services. 
A unique feature of a mosaic dataset is that it stores the operations that will be applied to the rasters, then processes them on the fly. This dynamic processing capability allows you to create multiple products from one data source.


See Also:

How to create a Mosaic dataset
How to create a referenced mosaic dataset
How to open a Mosaic dataset
How to open and prepare a raster type
How to save a raster type to a .art file
How to add rasters to a Mosaic dataset
How to compute pixel size ranges on a Mosaic dataset
How to build a boundary on a Mosaic dataset
How to define and generate overviews on a Mosaic dataset
How to save a mosaic dataset to a raster dataset
Samples: