Class QuickCacheInternal

Manages the quick lookup of attributes and geometries for individual features. Used when it makes sense to just download a small set of data instead of the entire layer.

Hierarchy

  • QuickCache

Constructors

Properties

attribs: {
    [key: number]: Attributes;
}

Type declaration

extents: {
    [key: number]: Extent;
}

Type declaration

geoms: {
    [key: number]: any;
}

Type declaration

  • [key: number]: any
isPoint: boolean

Methods

  • Parameters

    • scale: number

    Returns {
        [key: number]: any;
    }

    • [key: number]: any

Generated using TypeDoc