Enum PointGpsTimeType
Declares valid data types for a point cloud's gps time data.
Namespace: Fusee.PointCloud.Common.Accessors
Assembly: Fusee.PointCloud.Common.dll
Syntax
public enum PointGpsTimeType
Fields
Name | Description |
---|---|
Byte | A point cloud point has a gps time value of type System.Byte. |
Double | A point cloud point has a gps time value of type System.Double. |
Float | A point cloud point has a gps time value of type System.Single. |
Int | A point cloud point has a gps time value of type System.Int32. |
Long | A point cloud point has a gps time value of type System.Int64. |
None | A point cloud point without gps time. |
SByte | A point cloud point has a gps time value of type System.SByte. |
Short | A point cloud point has a gps time value of type System.Int16. |
Uint | A point cloud point has a gps time value of type System.UInt32. |
ULong | A point cloud point has a gps time value of type System.UInt64. |
UShort | A point cloud point has a gps time value of type System.UInt16. |