Skip to content

ILasClassCodeStatistics Interface

Provides access to LasClassCodeStatistics object.

Members

Name Description
Read-only property ClassCode The class code associated with the statistics.
Read-only property Extent The XYZ extent of points associated with this class code (excluding withheld points).
Method GetIntensityRange The minimum and maximum intensity values associated with this class code (excluding withheld points).
Read-only property KeyPointCount The number of Key points associated with this class code.
Read-only property PointCount The number of points associated with this class code (excluding withheld points).
Read-only property SyntheticPointCount The number of Synthetic points associated with this class code.

ILasClassCodeStatistics.ClassCode Property

The class code associated with the statistics.

Public ReadOnly Property ClassCode As Integer
public int ClassCode {get;}

ILasClassCodeStatistics.Extent Property

The XYZ extent of points associated with this class code (excluding withheld points).

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

ILasClassCodeStatistics.GetIntensityRange Method

The minimum and maximum intensity values associated with this class code (excluding withheld points).

Public Sub GetIntensityRange ( _
    ByRef pMin As Integer, _
    ByRef pMax As Integer _
)
public void GetIntensityRange (
    ref int pMin,
    ref int pMax
);

ILasClassCodeStatistics.KeyPointCount Property

The number of Key points associated with this class code.

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

ILasClassCodeStatistics.PointCount Property

The number of points associated with this class code (excluding withheld points).

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

ILasClassCodeStatistics.SyntheticPointCount Property

The number of Synthetic points associated with this class code.

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

Classes that implement ILasClassCodeStatistics

Classes Description
LasClassCodeStatistics Esri LasClassCodeStatistics object.

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