Skip to content

ILasPointEdit3 Interface

Provides access to members of LasDataset.

Members

Name Description
Method ChangeClassCode Replace points' class code.
Method ClassifyGround Classify ground points. Arguments maxObjectSize and demResolution are in meter and optional (use 0 to indicate).
Method EditClassCode Set points' class code.
Method EditClassCodeByClass Set class code and flags (negative classCode value indicates no code change).
Method EditClassCodeByClass2 Set class code and flags (negative classCode value indicates no code change).
Method SetClassCode Set points' class code.
Method SetClassFlag Set points' classification flag.

ILasPointEdit3.ClassifyGround Method

Classify ground points. Arguments maxObjectSize and demResolution are in meter and optional (use 0 to indicate).

Public Sub ClassifyGround ( _
    ByVal pTrackCancel As ITrackCancel, _
    ByVal pAOI As IGeometry, _
    ByVal pLasFiles As ILongArray, _
    ByVal maxObjectSize As Double, _
    ByVal option As esriLasGroundOption, _
    ByVal bReuseExistingGround As Boolean, _
    ByVal demResolution As Double, _
    ByVal bCalculateStats As Boolean _
)
public void ClassifyGround (
    ITrackCancel pTrackCancel,
    IGeometry pAOI,
    ILongArray pLasFiles,
    double maxObjectSize,
    esriLasGroundOption option,
    bool bReuseExistingGround,
    double demResolution,
    bool bCalculateStats
);

Inherited Interfaces

Interfaces Description
ILasPointEdit2 Provides access to members of LasDataset.
ILasPointEdit Provides access to members of LasDataset.

Classes that implement ILasPointEdit3

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.