Provides access to members that controls calculation of stats and histogram.
Members
Name | Description | |
---|---|---|
ComputeAllFromBlock | Computes stats and histogram from a pixel block. | |
ComputeAllFromRaster | Computes stats and histogram from a given Raster. | |
ComputeFromRaster | Computes stats and histogram from a given Raster. | |
LoadFromRasterBand | Computes stats and histogram from a given RasterBand. | |
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. |