Provides access to members of LasFile.
Members
| Name | Description | |
|---|---|---|
![]() |
GetAttributeStatistics | Get statistics of the specified LAS attribute. |
![]() |
GetClassCodeStatistics | Get statistics associated with the specified class code. |
![]() |
GetReturnStatistics | Get statistics associated with the specified return type. |
![]() |
GetUniqueClassCodes | Get unique class codes. |
![]() |
GetUniqueReturns | Get unique returns (as esriTerrainLasReturnType). |
![]() |
WithheldExtent | The XYZ extent of withheld points. |
![]() |
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. |

