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

    Function getPointFormat7

    • Reads a point using the Point Data Record Format 7

      Parameters

      • reader: Reader | DataView<ArrayBufferLike>

        data reader, works like a DataView

      • header: LASHeader

        las header

      • offset: number = 0

        where to start reading in the point data

      • littleEndian: boolean = true

        endianess. Defaults to true (LAS always LE but LAZ may have BE)

      Returns VectorPointM<LASFormat6_10>

      • The parsed point with Format 7 metadata