Provides access to members of BuildingExtractor.
Members
| Name | Description | |
|---|---|---|
![]() |
AreaOfInterest | The area of interest. |
![]() |
CalculateStats | |
![]() |
Classify | Perform classification. |
![]() |
KeepPyramidInSync | |
![]() |
OtherGroundSurface | The surface object (e.g. TIN or Raster) to be used when not using LAS ground points to define the ground surface. |
![]() |
SetEmpty | Empty the object and release resources. |
![]() |
SetGroundPointSelectionMethod | |
![]() |
SetGroundPointsThinningFactor | Set thinning factor. |
![]() |
SetGroundWindowSizeInMeters | Set thinning window size. |
![]() |
SetHeightBreaksAndClassCodes | |
![]() |
SetHighNoiseClassificationOption | |
![]() |
SetLowNoiseClassificationOption | |
![]() |
SetSubFiles | Specify a subset of files to be processed. |
![]() |
SetTempFilePath | The path for temp files. |
![]() |
TrackCancel | The cancel-tracking object. |
![]() |
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. |



