This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterStatistics2 Interface (ArcObjects .NET 10.4 SDK) |
Provides access to members that control raster statistics.
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. | |
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. |
CoClasses and Classes | Description |
---|---|
RasterStatistics | A raster statistics class. |