@vcmap/core
    Preparing search index...

    Class JSONAttributeProvider

    baseclass for all Objects

    Hierarchy (View Summary)

    Index

    Accessors

    • get className(): string

      Returns string

    Constructors

    Methods

    • Protected

      Optional bulk attribute retrieval for multiple keys. Can be implemented for optimal loading of data. Provides a webmercator extent to limit the lookup if needed. You MUST return a same length array as keys, with undefined for missing attributes.

      Parameters

      • bulk: { key: string }[]

        array of key and feature pairs to retrieve attributes for

      Returns Promise<(Record<string, unknown> | undefined)[]>

    Properties

    "[moduleIdSymbol]"?: string
    isDestroyed: boolean
    keyProperty?: string
    name: string

    unique Name

    properties: Record<string, unknown>