Skip to content

ILasHeightClassification Interface

Provides access to members of BuildingExtractor.

Members

Name Description
Write-only property AreaOfInterest The area of interest.
Read/write property CalculateStats
Method Classify Perform classification.
Read/write property KeepPyramidInSync
Write-only property OtherGroundSurface The surface object (e.g. TIN or Raster) to be used when not using LAS ground points to define the ground surface.
Method SetEmpty Empty the object and release resources.
Method SetGroundPointSelectionMethod
Method SetGroundPointsThinningFactor Set thinning factor.
Method SetGroundWindowSizeInMeters Set thinning window size.
Method SetHeightBreaksAndClassCodes
Method SetHighNoiseClassificationOption
Method SetLowNoiseClassificationOption
Method SetSubFiles Specify a subset of files to be processed.
Method SetTempFilePath The path for temp files.
Write-only property TrackCancel The cancel-tracking object.
Write-only property UseOnlyModelKeyPoints Indicates if only model-key points should be used to build ground surface.

ILasHeightClassification.AreaOfInterest Property

The area of interest.

Public WriteOnly Property AreaOfInterest
public void AreaOfInterest {set;}

ILasHeightClassification.CalculateStats Property

.

Public Property CalculateStats As Boolean
public bool CalculateStats {get; set;}

ILasHeightClassification.Classify Method

Perform classification.

Public Sub Classify ( _
)
public void Classify (
);

ILasHeightClassification.KeepPyramidInSync Property

.

Public Property KeepPyramidInSync As Boolean
public bool KeepPyramidInSync {get; set;}

ILasHeightClassification.OtherGroundSurface Property

The surface object (e.g. TIN or Raster) to be used when not using LAS ground points to define the ground surface.

Public WriteOnly Property OtherGroundSurface
public void OtherGroundSurface {set;}

ILasHeightClassification.SetEmpty Method

Empty the object and release resources.

Public Sub SetEmpty ( _
)
public void SetEmpty (
);

ILasHeightClassification.SetGroundPointSelectionMethod Method

ILasHeightClassification.SetGroundPointsThinningFactor Method

Set thinning factor.

Public Sub SetGroundPointsThinningFactor ( _
    ByVal factor As Double _
)
public void SetGroundPointsThinningFactor (
    double factor
);

ILasHeightClassification.SetGroundWindowSizeInMeters Method

Set thinning window size.

Public Sub SetGroundWindowSizeInMeters ( _
    ByVal Size As Double _
)
public void SetGroundWindowSizeInMeters (
    double Size
);

ILasHeightClassification.SetHeightBreaksAndClassCodes Method

ILasHeightClassification.SetHighNoiseClassificationOption Method

ILasHeightClassification.SetLowNoiseClassificationOption Method

ILasHeightClassification.SetSubFiles Method

Specify a subset of files to be processed.

Public Sub SetSubFiles ( _
    ByVal pLasFiles As ILongArray _
)
public void SetSubFiles (
    ILongArray pLasFiles
);

ILasHeightClassification.SetTempFilePath Method

The path for temp files.

Public Sub SetTempFilePath ( _
    ByVal path As String _
)
public void SetTempFilePath (
    string path
);

ILasHeightClassification.TrackCancel Property

The cancel-tracking object.

Public WriteOnly Property TrackCancel
public void TrackCancel {set;}

ILasHeightClassification.UseOnlyModelKeyPoints Property

Indicates if only model-key points should be used to build ground surface.

Public WriteOnly Property UseOnlyModelKeyPoints
public void UseOnlyModelKeyPoints {set;}

Classes that implement ILasHeightClassification

Classes Description
LasHeightClassifier Esri LasHeightClassifier.

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