GM_LidarClassify_t Class

Contains Lidar Classification Functions

Inheritance Hierarchy
System Object
GlobalMapper.Lidar . GM_LidarClassify_t

Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
Copy
public class GM_LidarClassify_t

The GM_LidarClassify_t type exposes the following members.

Constructors
NameDescription
Public methodGM_LidarClassify_t
Initializes a new instance of the GM_LidarClassify_t class
Top
Methods
NameDescription
Public methodStatic memberLidarClassifyBuildingVegAutomatically identifies Building / High Veg returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyBuildingVegFromQueryAutomatically identifies Building / High Veg returns from the points in the query.
Public methodStatic memberLidarClassifyGraphUse a graph (segmentation-based) method to automatically identify Lidar returns of various types (i.e. building, vegetation)
Public methodStatic memberLidarClassifyGraphFromQueryUse a graph (segmentation-based) method to automatically identify Lidar returns of various types (i.e. building, vegetation)
Public methodStatic memberLidarClassifyGroundAutomatically identifies ground returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyGroundFromQueryAutomatically identifies ground returns from the points in the query.
Public methodStatic memberLidarClassifyNoiseAutomatically identifies noise returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyNoiseFromQueryAutomatically identifies noise returns from the points in the query.
Public methodStatic memberLidarClassifyPolePowerAutomatically identifies pole / powerline returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyPolePowerFromQueryAutomatically identifies pole / powerline returns from the points in the query.
Top
See Also