geotiff.js
    Preparing search index...

    Hierarchy (View Summary)

    Constructors

    Properties

    abortedBlockIds: Set<any>
    blockCache: QuickLRU<any, any>
    blockIdsToFetch: Set<any>
    blockRequests: Map<any, any>
    blockSize: number
    evictedBlocks: Map<number, Block>
    source: BaseSource

    Accessors

    • get fileSize(): number | null

      Returns the filesize if already determined and null otherwise

      Returns number | null

    Methods

    • Parameters

      • blockIds: Set<number>

      Returns BlockGroup[]