Provides access to members that control a raster band.
Description
The IRasterBandEdit2 interface allows you to calculate the statistics using a skip factor and ignore values.
Members
Name | Description | |
---|---|---|
AlterHistogram | Alters histogram. | |
AlterStatistics | Alters statistics. | |
ComputeStatisticsHistogram | Calculates statistics and histogram for a given skip factor. | |
ComputeStatsHistogram | Calculates statistics and histogram from a given pyramid level. |
IRasterBandEdit2.ComputeStatisticsHistogram Method
Calculates statistics and histogram for a given skip factor.
Public Sub ComputeStatisticsHistogram ( _
ByVal skipx As Integer, _
ByVal skipy As Integer, _
ByVal IgnoreValues As Object, _
ByVal requireHistogram As Boolean _
)
public void ComputeStatisticsHistogram (
int skipx,
int skipy,
object IgnoreValues,
bool requireHistogram
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterBandEdit | Provides access to members that control a raster band. |
Classes that implement IRasterBandEdit2
Classes | Description |
---|---|
RasterBand | A representation of a single band of a raster dataset on disk. |