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


IRasterDatasetEdit Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit Interface
ArcGIS Developer Help

IRasterDatasetEdit Interface

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.

Product Availability

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

Members

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

Classes that implement IRasterDatasetEdit

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.

See Also

IRasterDataset Interface