Description
Defines the properties of point cloud data.
Visual Basic
Public Enum PointCloudProperty Classification = 3 Color = 1 Intensity = 2 Normal = 4 TerrestrialClassification = 7 End Enum
Members
Members | Description |
---|---|
Classification = 3 | Classification property |
Color = 1 | Color property |
Intensity = 2 | Intensity property |
Normal = 4 | Normal property |
TerrestrialClassification = 7 | Terrestrial Classification property |
Previous Declaration
public enum PointCloudProperty { Classification = 3, Color = 1, Intensity = 2, Normal = 4 }