Click or drag to resize

GM_LidarClassify_t Class

Contains Lidar Classification Functions
Inheritance Hierarchy
SystemObject
  GlobalMapper.LidarGM_LidarClassify_t

Namespace:  GlobalMapper.Lidar
Assemblies:   GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 23.0.0.0 (23.0.0.0)
  GlobalMapperWrapperNET35 (in GlobalMapperWrapperNET35.dll) Version: 23.0.0.0 (23.0.0.0)
Syntax
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 memberLidarClassifyBuildingVeg
Automatically identifies Building / High Veg returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyBuildingVegFromQuery
Automatically identifies Building / High Veg returns from the points in the query.
Public methodStatic memberLidarClassifyGraph
Use a graph (segmentation-based) method to automatically identify Lidar returns of various types (i.e. building, vegetation)
Public methodStatic memberLidarClassifyGraphFromQuery
Use a graph (segmentation-based) method to automatically identify Lidar returns of various types (i.e. building, vegetation)
Public methodStatic memberLidarClassifyGround
Automatically identifies ground returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyGroundFromQuery
Automatically identifies ground returns from the points in the query.
Public methodStatic memberLidarClassifyNoise
Automatically identifies noise returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyNoiseFromQuery
Automatically identifies noise returns from the points in the query.
Public methodStatic memberLidarClassifyPolePower
Automatically identifies pole / powerline returns from the points in the specified loaded Lidar layer(s).
Public methodStatic memberLidarClassifyPolePowerFromQuery
Automatically identifies pole / powerline returns from the points in the query.
Top
See Also