Skip to content

ILasStatistics Interface

Provides access to members of LasFile.

Members

Name Description
Method GetAttributeStatistics Get statistics of the specified LAS attribute.
Method GetClassCodeStatistics Get statistics associated with the specified class code.
Method GetReturnStatistics Get statistics associated with the specified return type.
Method GetUniqueClassCodes Get unique class codes.
Method GetUniqueReturns Get unique returns (as esriTerrainLasReturnType).
Read-only property WithheldExtent The XYZ extent of withheld points.
Read-only property WithheldPointCount The number of withheld points.

ILasStatistics.GetAttributeStatistics Method

Get statistics of the specified LAS attribute.

Public Function GetAttributeStatistics ( _
    ByVal Attribute As esriLasAttributeType _
) As ISimpleStatistics
public ISimpleStatistics GetAttributeStatistics (
    esriLasAttributeType Attribute
);

ILasStatistics.GetClassCodeStatistics Method

Get statistics associated with the specified class code.

Public Function GetClassCodeStatistics ( _
    ByVal ClassCode As Integer _
) As ILasClassCodeStatistics
public ILasClassCodeStatistics GetClassCodeStatistics (
    int ClassCode
);

ILasStatistics.GetReturnStatistics Method

Get statistics associated with the specified return type.

Public Function GetReturnStatistics ( _
    ByVal Type As esriTerrainLasReturnType _
) As ILasReturnStatistics
public ILasReturnStatistics GetReturnStatistics (
    esriTerrainLasReturnType Type
);

ILasStatistics.GetUniqueClassCodes Method

Get unique class codes.

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

ILasStatistics.GetUniqueReturns Method

Get unique returns (as esriTerrainLasReturnType).

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

ILasStatistics.WithheldExtent Property

The XYZ extent of withheld points.

Public ReadOnly Property WithheldExtent As IEnvelope
public IEnvelope WithheldExtent {get;}

ILasStatistics.WithheldPointCount Property

The number of withheld points.

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

Classes that implement ILasStatistics

Classes Description
LasStatistics Esri LasStatistics object.

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