Class CsvAttributeProvider

baseclass for all Objects

Hierarchy (view full)

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<(undefined | Record<string, unknown>)[]>

Properties

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

unique Name

properties: Record<string, unknown>