![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Provides access to members that control raster statistics.
| Name | Description | |
|---|---|---|
![]()  | 
Covariances | Array of doubles, the covariances with the n bands of the raster. | 
![]()  | 
IgnoredValues | Array of doubles indicating the pixel values not included in the statistics calculation. | 
![]()  | 
IsValid | Indicates if statistics are fresh. | 
![]()  | 
Maximum | Approximate largest value. | 
![]()  | 
Mean | Approximate average value. | 
![]()  | 
Median | Divides pixel population approximately in halves. | 
![]()  | 
Minimum | Approximate smallest value. | 
![]()  | 
Mode | Approximate most popular pixel value. | 
![]()  | 
RasterBand | The RasterBand. | 
![]()  | 
Recalculate | Recalculate statistics based upon current skip factors and ignored values. | 
![]()  | 
SkipFactorX | Number of horizontal pixels between samples for purposes of calculating statistics. | 
![]()  | 
SkipFactorY | Number of vertical pixels between samples for purposes of calculating statistics. | 
![]()  | 
StandardDeviation | Measures spread of pixel values about the mean. | 
| Interfaces | Description | 
|---|---|
| IRasterStatistics | Provides access to members that control raster statistics. | 
| Classes | Description | 
|---|---|
| RasterStatistics | A raster statistics class. |