gis-tools-ts - v0.6.0
    Preparing search index...

    Type Alias LAZHeaderItemType

    LAZHeaderItemType: typeof LAZHeaderItemType[keyof typeof LAZHeaderItemType]

    Enum representing the LAZ Item type

    • 0: BYTE (extra bytes that are appended to a LAS Point Data Record Format 0 to 5)
    • 1: SHORT (reserved, unsupported)
    • 2: INT (reserved, unsupported)
    • 3: LONG (reserved, unsupported)
    • 4: FLOAT (reserved, unsupported)
    • 5: DOUBLE (reserved, unsupported)
    • 6: POINT10 (LAS Point Data Record Format 0, containing the core fields that are shared between LAS Point Data Record Formats 0 to 5)
    • 7: GPSTIME11 (the GPS Time field that is added for LAS Point Data Record Formats 1, 3, 4 and 5)
    • 8: RGB12 (the R, G and B fields that are added for LAS Point Data Record Formats 2, 3 and 5)
    • 9: WAVEPACKET13 (the 7 fields for the Waveform packet that are added for LAS Point Data Record Formats 4 and 5)
    • 10: POINT14 (LAS Point Data Record Format 6, containing the core fields that are shared between LAS Point Data Record Formats 6 to 10)
    • 11: RGB14 (the R, G and B fields that are added for LAS Point Data Record Format 7)
    • 12: RGBNIR14 (the R, G, B and NIR (near infrared) fields that are added for LAS Point Data Record Formats 8 and 10)
    • 13: WAVEPACKET14 (the 7 fields for the Waveform packet that are added for LAS Point Data Record Formast 9 and 10)
    • 14: 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.