Skip to content

ILasPointCloud2 Interface

Provides access to points.

Members

Name Description
Method EstimatePointCount Estimate point count.
Method EstimatePointSpacing Estimate point spacing.
Method GetLasPointInfo Returns an array of ILasPointInfo(the 1-based pointID is optional).
Method GetLasPoints Returns a point enumerator object.
Method GetLasPointsByBudget Returns a point enumerator object.
Method GetLasPointsExt Returns a point enumerator object.
Method LasPointStatsAsRaster Export to Raster.
Method 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.

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