wasm-spatial-core
    Preparing search index...

    Class LasHeaderInfo

    Lightweight LAS header info for range-based access (COPC core concept).

    This lets frontend code compute byte offsets for individual points and use fetch with Range headers to load only the points it needs.

    Index
    boundsMaxX: number
    boundsMaxY: number
    boundsMaxZ: number
    boundsMinX: number
    boundsMinY: number
    boundsMinZ: number
    fileSize: number
    numPoints: number
    pointFormatId: number
    pointOffset: number
    pointRecordLength: number
    xOffset: number
    xScale: number
    yOffset: number
    yScale: number
    zOffset: number
    zScale: number