wasm-spatial-core
    Preparing search index...

    Function computeLasPointOffset

    • Compute the byte offset of the Nth point in a LAS file.

      Given header info from parseLasHeaderOnly, compute where point point_index starts in the file. This enables range-based fetch for individual points.

      Parameters

      • header_info: LasHeaderInfo
      • point_index: number
      • _point_format: number

      Returns number