Provides access to members that control a raster band. Note: the IRasterBandEdit interface has been superseded byIRasterBandEdit2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
AlterHistogram | Alters histogram. | |
AlterStatistics | Alters statistics. | |
ComputeStatsHistogram | Calculates statistics and histogram from a given pyramid level. |
CoClasses that implement IRasterBandEdit
CoClasses and Classes | Description |
---|---|
RasterBand | A representation of a single band of a raster dataset on disk. |
Remarks
The IRasterBandEdit provides the functions to alter the statistics and histogram of the raster band. AlterStatistics alters the statistics of the raster band, AlterHistogram alters the histogram info of the raster band. ComputeStatisticsHistogram allows to build statistics and histogram based on the given level of pyramid layer.