API (v2.0.0) - Giro3D
    Preparing search index...

    Interface GeoTIFFCacheOptions

    interface GeoTIFFCacheOptions {
        blockSize?: number;
        cacheSize?: number;
    }
    Index

    Properties

    blockSize?: number

    The block size (in bytes), of the underlying blocked source. Default is 65536.

    cacheSize?: number

    The cache size (in number of entries), of the underlying blocked source. Default is 100.