Provides access to members that controls calculation of stats and histogram.
Description
This interface is new at ArcGIS 9.3. It supersedes IRasterCalcHistogram.
Members
Name | Description | |
---|---|---|
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. |
IRasterCalcStatsHistogram2.ComputeAllFromRaster Method
Computes stats and histogram from a given Raster.
Public Sub ComputeAllFromRaster ( _
ByVal pRaster As IRaster, _
ByVal pStatsHistograms As IArray _
)
public void ComputeAllFromRaster (
IRaster pRaster,
IArray pStatsHistograms
);
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterCalcStatsHistogram | Provides access to members that controls calculation of stats and histogram. |
Classes that implement IRasterCalcStatsHistogram2
Classes | Description |
---|---|
RasterCalcStatsHistogram | A helper class for calculating raster statistics and histogram. |