Provides access to TerrainFieldStatistics object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
Description | ||
---|---|---|
Count | The number of elements. | |
FieldName | The field name associated with the statistics. | |
GetUniqueValueCounts | Returns the number of unique values. | |
GetUniqueValuesAsDouble | Returns the unique values. | |
GetUniqueValuesAsLong | Returns the unique values. | |
IsEmpty | Indicates if the object is empty. | |
Maximum | The maximum value. | |
Mean | The mean value. | |
Minimum | The minimum value. | |
NeedsUpdate | Indicates if update is necessary. | |
StandardDeviation | The standard deviation. | |
UniqueValueType | Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data. |
CoClasses that implement ITerrainFieldStatistics
CoClasses and Classes | Description |
---|---|
TerrainFieldStatistics | ESRI TerrainFieldStatistics object. |