ArcObjects Library Reference (GeoDatabase)  

IRasterDatasetEdit2 Interface

Provides access to members that control editing of a RasterDataset. Note: the IRasterDatasetEdit2 interface has been superseded byIRasterDatasetEdit3. Please consider using the more recent version.

Product Availability

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

Members

Description
Method AlterAttributeTable Alters the raster attribute table.
Method AlterColormap Alters colormap.
Method AppendNewBand Appends a new raster band.
Method BuildAttributeTable Builds the raster attribute table.
Read-only property CanAlterAttributeTable Indicates if the raster attribute table can be altered.
Method ComputeStats Calculates statistics and histograms from a given pyramid level.
Method DeleteAttributeTable Deletes the raster attribute table.
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.

Inherited Interfaces

Interfaces Description
IRasterDatasetEdit Provides access to members that control raster dataset level editing operations.

CoClasses that implement IRasterDatasetEdit2

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

Remarks

IRasterDatasetEdit2 provides access to manipulate the raster attribute table of a single band raster dataset. BuildAttributeTable builds the default raster attribute table for the raster, with value and count. AlterAttributeTable alters the raster attribute table of the raster with the given table.

.NET Related Topics

How to build a raster attribute table