Provides access to members that control raster statistics.
Members
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. |
IRasterStatistics2.Covariances Property
Array of doubles, the covariances with the n bands of the raster.
Public Property Covariances As Object
public object Covariances {get; set;}
Inherited Interfaces
Interfaces | Description |
---|---|
IRasterStatistics | Provides access to members that control raster statistics. |
Classes that implement IRasterStatistics2
Classes | Description |
---|---|
RasterStatistics | A raster statistics class. |