@vcmap/core
    Preparing search index...

    Class AbstractVcsImageryProviderAbstract

    Hierarchy (View Summary)

    Index

    Accessors

    Constructors

    Methods

    • Requests the image for a given tile. This function should not be called before returns true.

      Parameters

      • x: number

        The tile X coordinate.

      • y: number

        The tile Y coordinate.

      • level: number

        The tile level.

      Returns Promise<ImageryTypes> | undefined

      A promise for the image that will resolve when the image is available, or undefined if there are too many active requests to the server, and the request should be retried later. The resolved image may be either an Image or a Canvas DOM object.

    Properties

    _reload: (() => void) | undefined = undefined
    _tilingScheme: TilingScheme
    emptyCanvas: HTMLCanvasElement
    headers?: Record<string, string>
    maxLevel: number
    minLevel: number