IRasterBandEdit2 Interface

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
Method AlterHistogram Alters histogram.
Method AlterStatistics Alters statistics.
Method ComputeStatisticsHistogram Calculates statistics and histogram for a given skip factor.
Method 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.