Skip to content

ITerrainFieldStatistics Interface

Provides access to TerrainFieldStatistics object.

Members

Name Description
Read-only property Count The number of elements.
Read-only property FieldName The field name associated with the statistics.
Method GetUniqueValueCounts Returns the number of unique values.
Method GetUniqueValuesAsDouble Returns the unique values.
Method GetUniqueValuesAsLong Returns the unique values.
Read-only property IsEmpty Indicates if the object is empty.
Read-only property Maximum The maximum value.
Read-only property Mean The mean value.
Read-only property Minimum The minimum value.
Read-only property NeedsUpdate Indicates if update is necessary.
Read-only property StandardDeviation The standard deviation.
Read-only property UniqueValueType Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data.

ITerrainFieldStatistics.Count Property

The number of elements.

Public ReadOnly Property Count As Double
public double Count {get;}

ITerrainFieldStatistics.FieldName Property

The field name associated with the statistics.

Public ReadOnly Property FieldName As String
public string FieldName {get;}

ITerrainFieldStatistics.GetUniqueValueCounts Method

Returns the number of unique values.

Public Function GetUniqueValueCounts ( _
) As IDoubleArray
public IDoubleArray GetUniqueValueCounts (
);

ITerrainFieldStatistics.GetUniqueValuesAsDouble Method

Returns the unique values.

Public Function GetUniqueValuesAsDouble ( _
) As IDoubleArray
public IDoubleArray GetUniqueValuesAsDouble (
);

ITerrainFieldStatistics.GetUniqueValuesAsLong Method

Returns the unique values.

Public Function GetUniqueValuesAsLong ( _
) As ILongArray
public ILongArray GetUniqueValuesAsLong (
);

ITerrainFieldStatistics.IsEmpty Property

Indicates if the object is empty.

Public ReadOnly Property IsEmpty As Boolean
public bool IsEmpty {get;}

ITerrainFieldStatistics.Maximum Property

The maximum value.

Public ReadOnly Property Maximum As Double
public double Maximum {get;}

ITerrainFieldStatistics.Mean Property

The mean value.

Public ReadOnly Property Mean As Double
public double Mean {get;}

ITerrainFieldStatistics.Minimum Property

The minimum value.

Public ReadOnly Property Minimum As Double
public double Minimum {get;}

ITerrainFieldStatistics.NeedsUpdate Property

Indicates if update is necessary.

Public ReadOnly Property NeedsUpdate As Boolean
public bool NeedsUpdate {get;}

ITerrainFieldStatistics.StandardDeviation Property

The standard deviation.

Public ReadOnly Property StandardDeviation As Double
public double StandardDeviation {get;}

ITerrainFieldStatistics.UniqueValueType Property

Returns esriTerrainLong for integer-type data (except for unsigned long), and esriTerrainDouble for unsigned long and floating point data.

Public ReadOnly Property UniqueValueType As esriTerrainBlobDataType
public esriTerrainBlobDataType UniqueValueType {get;}

Classes that implement ITerrainFieldStatistics

Classes Description
TerrainFieldStatistics Esri TerrainFieldStatistics object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.