Module types

Module types 

Source
Expand description

Types for LAS Readers

Structs§

LASExtendedVariableLengthRecord
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
LAZHeaderItem
A LAZ Header Item
WavePacket
A Waveform Packet of type 13 or 14

Enums§

ClassFlag
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
LAZHeaderItemType
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.