This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control raster dataset level editing operations. Note: the IRasterDatasetEdit interface has been superseded by IRasterDatasetEdit2. Please consider using the more recent version.
Name | Description | |
---|---|---|
AlterColormap | Alters colormap. | |
AppendNewBand | Appends a new raster band. | |
ComputeStats | Calculates statistics and histograms from a given pyramid level. | |
DeleteColormap | Deletes colormap. | |
DeleteStats | Deletes statistics and histograms. | |
Erase | Erases a rectanglar area of this RasterDataset. | |
Mosaic | Mosaics a Raster into this RasterDataset. | |
MosaicBands | Mosaics a Raster into this RasterDataset at a given starting band index. |
Classes | Description |
---|---|
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
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.