ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit Interface

Provides access to members that control raster dataset level editing operations. Note: the IRasterDatasetEdit interface has been superseded byIRasterDatasetEdit2. Please consider using the more recent version.

Product Availability

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

Members

Description
Method AlterColormap Alters colormap.
Method AppendNewBand Appends a new raster band.
Method ComputeStats Calculates statistics and histograms from a given pyramid level.
Method DeleteColormap Deletes colormap.
Method DeleteStats Deletes statistics and histograms.
Method Erase Erases a rectanglar area of this RasterDataset.
Method Mosaic Mosaics a Raster into this RasterDataset.
Method MosaicBands Mosaics a Raster into this RasterDataset at a given starting band index.

CoClasses that implement IRasterDatasetEdit

CoClasses and Classes Description
RasterDataset (esriDataSourcesRaster) A representation of a raster dataset on disk.

Remarks

The IRasterDatasetEdit interface provides access to editing the raster dataset by appending new raster data, and manipulating both the colormap and statistics. Some of methods (Erase, DeleteStats, and AppendNewBand) work only with database RasterDataset, which is dataset store in an enterpise or a file geodatabase.