Click or drag to resize

GM_LidarPoint_t Structure

This type is used to return information out Lidar point cloud features

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_LidarPoint_t

The GM_LidarPoint_t type exposes the following members.

Fields
  NameDescription
Public fieldmBlue
Blue color value
Public fieldmClass
Classification
Public fieldmElevMeters
Elevation of point in meters
Public fieldmFlags
Flags about the point
Public fieldmGpsTime
GPS time
Public fieldmGreen
Green color value
Public fieldmIntensity
Intensity
Public fieldmLayer
Layer the point is from
Public fieldmNIR
NIR (near infrared) value
Public fieldmPointIdx
Point index in cloud
Public fieldmPos
Location of the point (global coordinates when getting, native when adding feature)
Public fieldmRed
Red color value
Public fieldmRetCount
Number of returns
Public fieldmRetNum
Return number
Public fieldmScanAngle
Scan Angle
Public fieldmScannerChannel
Scanner channel
Public fieldmSourceId
Point Source ID
Public fieldmUserData
User data
Top
See Also