IRasterCalcStatsHistogram3 Interface

Provides access to members that controls calculation of stats and histogram.

Members

Name Description
Method ComputeAllFromBlock Computes stats and histogram from a pixel block.
Method ComputeAllFromRaster Computes stats and histogram from a given Raster.
Method ComputeFromRaster Computes stats and histogram from a given Raster.
Method LoadFromRasterBand Computes stats and histogram from a given RasterBand.
Method LoadFromRasterBandEx Loads stats and histogram from a given RasterBand.

IRasterCalcStatsHistogram3.ComputeAllFromBlock Method

Computes stats and histogram from a pixel block.

Public Sub ComputeAllFromBlock ( _
    ByVal pBlock As IPixelBlock, _
    ByVal pStatsHistograms As IArray _
)
public void ComputeAllFromBlock (
    IPixelBlock pBlock,
    IArray pStatsHistograms
);

IRasterCalcStatsHistogram3.LoadFromRasterBandEx Method

Loads stats and histogram from a given RasterBand.

Public Sub LoadFromRasterBandEx ( _
    ByVal pBand As IRasterBand, _
    ByVal NoData As Object, _
    ByVal Approximation As Boolean, _
    ByVal pStatsHistogram As IStatsHistogram _
)
public void LoadFromRasterBandEx (
    IRasterBand pBand,
    object NoData,
    bool Approximation,
    IStatsHistogram pStatsHistogram
);

Inherited Interfaces

Interfaces Description
IRasterCalcStatsHistogram2 Provides access to members that controls calculation of stats and histogram.
IRasterCalcStatsHistogram Provides access to members that controls calculation of stats and histogram.

Classes that implement IRasterCalcStatsHistogram3

Classes Description
RasterCalcStatsHistogram A helper class for calculating raster statistics and histogram.

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