This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IR > IRasterDatasetEdit3 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control editing of a RasterDataset.
Description | ||
---|---|---|
AlterAttributeTable | Alters the raster attribute table. | |
AlterColormap | Alters colormap. | |
AppendNewBand | Appends a new raster band. | |
BuildAttributeTable | Builds the raster attribute table. | |
CanAlterAttributeTable | Indicates if the raster attribute table can be altered. | |
ComputeStatisticsHistogram | Computes statistics and histogram for a skip factor and a list of Ignore vlaues. | |
ComputeStats | Calculates statistics and histograms from a given pyramid level. | |
DeleteAttributeTable | Deletes the raster attribute table. | |
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. |
Interfaces | Description |
---|---|
IRasterDatasetEdit2 | Provides access to members that control editing of a RasterDataset. |
IRasterDatasetEdit | Provides access to members that control raster dataset level editing operations. |
CoClasses and Classes | Description |
---|---|
RasterDataset (esriDataSourcesRaster) | A representation of a raster dataset on disk. |
The IRasterDatasetEdit3 interface allows you to ComputeStatisticsHistogram with skip and ignore values.