GM_LidarPoint_t Structure |
This type is used to return information out Lidar point cloud features
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public struct GM_LidarPoint_t
The GM_LidarPoint_t type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal.
(Inherited from
ValueType
.)
|
![]() | GetHashCode | Returns the hash code for this instance.
(Inherited from
ValueType
.)
|
![]() | GetType | Gets the type of the current instance.
(Inherited from
Object
.)
|
![]() | ToString | Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|

Name | Description | |
---|---|---|
![]() | mBlue | Blue color value |
![]() | mClass | Classification |
![]() | mElevMeters | Elevation of point in meters |
![]() | mFlags | Flags about the point |
![]() | mGpsTime | GPS time |
![]() | mGreen | Green color value |
![]() | mIntensity | Intensity |
![]() | mLayer | Layer the point is from |
![]() | mNIR | NIR (near infrared) value |
![]() | mPointIdx | Point index in cloud |
![]() | mPos | Location of the point (global coordinates when getting, native when adding feature) |
![]() | mRed | Red color value |
![]() | mRetCount | Number of returns |
![]() | mRetNum | Return number |
![]() | mScanAngle | Scan Angle |
![]() | mScannerChannel | Scanner channel |
![]() | mSourceId | Point Source ID |
![]() | mUserData | User data |
mLayerHandle | Layer the point is from |
