Expand description
Types for LAS Readers
Structs§
- LASExtended
Variable Length Record - Extended VARIABLE LENGTH RECORDS: The Extended Variable Length Records are used to add custom data to the LAZ Header Block. This record type allows data to be much larger in size.
- LASHeader
- LAS Header Block Any field in the Public Header Block that is not required and is not used must be zero filled.
- LASPoint
- A LAS Point Data Record. Compatible with Point Data Record Format 0 to 10
- LAZHeader
- A LAZ Header
- LAZHeader
Item - A LAZ Header Item
- Wave
Packet - A Waveform Packet of type 13 or 14
Enums§
- Class
Flag - A Classification Flag as an enum
- LASClassification
- A Classification Type Flag as an enum
- LASClassification14
- A Classification Type Flag as an enum
- LAZCompressor
- Enum representing the LAZ Item type
- LAZHeader
Item Type - Enum representing the LAZ header item type. NOTE: The number in the name, for example in “Point10”, refers to the LAS and LAZ version where that type got added.