Provides access to points.
Members
| Name | Description | |
|---|---|---|
![]() |
EstimatePointCount | Estimate point count. |
![]() |
EstimatePointSpacing | Estimate point spacing. |
![]() |
GetLasPointInfo | Returns an array of ILasPointInfo(the 1-based pointID is optional). |
![]() |
GetLasPoints | Returns a point enumerator object. |
![]() |
GetLasPointsByBudget | Returns a point enumerator object. |
![]() |
GetLasPointsExt | Returns a point enumerator object. |
![]() |
LasPointStatsAsRaster | Export to Raster. |
![]() |
QueryLasPointInfo | Query point information associated with the 1-based point ID. |
ILasPointCloud2.GetLasPointsExt Method
Returns a point enumerator object.
Public Function GetLasPointsExt ( _
ByVal pTrackCancel As ITrackCancel, _
ByVal pLasFiles As ILongArray, _
ByVal pFilter As ILasPointFilter, _
ByVal thinningFactor As Double, _
ByVal ZFactor As Double _
) As IEnumLasPoint
public IEnumLasPoint GetLasPointsExt (
ITrackCancel pTrackCancel,
ILongArray pLasFiles,
ILasPointFilter pFilter,
double thinningFactor,
double ZFactor
);
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ILasPointCloud | Provides access to points. |
Classes that implement ILasPointCloud2
| Classes | Description |
|---|---|
| LasDataset | Esri LasDataset component. |
