GM_LidarFilterFlags_t32 Enumeration |
Define point flags to keep for filter
Namespace:GlobalMapper.Lidar
Assembly: GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

C#
Copy
public enum GM_LidarFilterFlags_t32

Member name | Value | Description | |
---|---|---|---|
LidarFilterFlag_WithheldValid | 1 | Check the withheld flag | |
LidarFilterFlag_Withheld | 2 | Point is withheld | |
LidarFilterFlag_KeyPointValid | 4 | Check the key point flag | |
LidarFilterFlag_KeyPoint | 8 | Point is key point | |
LidarFilterFlag_OverlapValid | 16 | Check the overlap flag | |
LidarFilterFlag_Overlap | 32 | Point is overlap | |
LidarFilterFlag_SyntheticValid | 64 | Check the synthetic flag | |
LidarFilterFlag_Synthetic | 128 | Point is synthetic | |
LidarFilterFlag_DeletedValid | 256 | Check the deleted flag | |
LidarFilterFlag_Deleted | 512 | Point is deleted | |
LidarFilterFlag_ModifiedValid | 1024 | Check the modified flag | |
LidarFilterFlag_Modified | 2048 | Point has been modified | |
LidarFilterFlag_EdgeofFlightLineValid | 4096 | Check the edge of flight flag | |
LidarFilterFlag_EdgeofFlightLine | 8192 | Point is edge of flight | |
LidarFilterFlag_ScanDirectionValid | 16384 | Check the scan direction flag | |
LidarFilterFlag_ScanDirection | 32768 | Point is positive scan direction | |
LidarFilterFlag_NoneValid | 65536 | Check the none flag | |
LidarFilterFlag_None | 131072 | Point has no flags set |

Reference
GlobalMapper.Lidar
Namespace