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 | ||
---|---|---|
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. |
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.