This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control a raster band. Note: the IRasterBandEdit interface has been superseded by IRasterBandEdit2. Please consider using the more recent version.
Name | Description | |
---|---|---|
AlterHistogram | Alters histogram. | |
AlterStatistics | Alters statistics. | |
ComputeStatsHistogram | Calculates statistics and histogram from a given pyramid level. |
Classes | Description |
---|---|
RasterBand | A representation of a single band of a raster dataset on disk. |
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.