Enum representing the LAZ Item type
BYTE
SHORT
INT
LONG
FLOAT
DOUBLE
POINT10
GPSTIME11
RGB12
WAVEPACKET13
POINT14
RGB14
RGBNIR14
WAVEPACKET14
BYTE14
NOTE: The number in the name, for example in “Point10”, refers to the LAS and LAZ version where that type got added.
Enum representing the LAZ Item type
BYTE
(extra bytes that are appended to a LAS Point Data Record Format 0 to 5)SHORT
(reserved, unsupported)INT
(reserved, unsupported)LONG
(reserved, unsupported)FLOAT
(reserved, unsupported)DOUBLE
(reserved, unsupported)POINT10
(LAS Point Data Record Format 0, containing the core fields that are shared between LAS Point Data Record Formats 0 to 5)GPSTIME11
(the GPS Time field that is added for LAS Point Data Record Formats 1, 3, 4 and 5)RGB12
(the R, G and B fields that are added for LAS Point Data Record Formats 2, 3 and 5)WAVEPACKET13
(the 7 fields for the Waveform packet that are added for LAS Point Data Record Formats 4 and 5)POINT14
(LAS Point Data Record Format 6, containing the core fields that are shared between LAS Point Data Record Formats 6 to 10)RGB14
(the R, G and B fields that are added for LAS Point Data Record Format 7)RGBNIR14
(the R, G, B and NIR (near infrared) fields that are added for LAS Point Data Record Formats 8 and 10)WAVEPACKET14
(the 7 fields for the Waveform packet that are added for LAS Point Data Record Formast 9 and 10)BYTE14
(extra bytes that are appended to a LAS Point Data Record Format 6 to 10)NOTE: The number in the name, for example in “Point10”, refers to the LAS and LAZ version where that type got added.