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

    Interface FileOptions

    Options to create a S2FileStore

    interface FileOptions {
        isSorted?: boolean;
        maxHeap?: number;
        threadCount?: number;
        tmpDir?: string;
        valuesAreIndex?: boolean;
    }
    Index

    Properties

    isSorted?: boolean

    If true, then the data is already sorted and get calls can be immediately returned

    maxHeap?: number

    The maximum heap size in bytes for each grouping of data.

    threadCount?: number

    The number of threads to use for sorting

    tmpDir?: string

    If desired, a temporary directory to use

    valuesAreIndex?: boolean

    If true, then the values are stored in the index section of the keys file