Provides access to members that controls stats and histogram.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Accumulate | Accumulates a value and its count. | |
Empty | Empties this RasterStatsHistogram and marks it invalid. | |
HasHistogram | Checks if this StatsHistogram has histogram. | |
HasStats | Checks if this StatsHistogram has stats. | |
Histogram | The histogram values of the statistics. | |
Max | The maximum value of the historgram. | |
Mean | The mean value of the historgram. | |
Min | The minimum value of the historgram. | |
PixelCount | The total pixel count. | |
PutHistogramMinmax | Sets histogram min and max range. | |
PutStats | Computes stats and histogram from a given Raster. | |
QueryHistogramMinmax | Gets histogram min and max range. | |
QueryStats | Computes stats and histogram from a given Raster. | |
StdDev | The standard deviation value of the historgram. | |
Update | Updates the histogram after accumulation. |
Inherited Interfaces
Interfaces | Description |
---|---|
IStatsHistogram | Provides access to members that controls stats and histogram. |
CoClasses that implement IStatsHistogram2
CoClasses and Classes | Description |
---|---|
StatsHistogram | A raster statistics and histogram class. |
Remarks
The IStatsHistogram2 has the read-only property PixelCount.