Class representing a WMTS layer

Constructors

Methods

Constructors

  • Create a WMTS layer

    Parameters

    • layerConfig: Record<string, any>

      Layer properties

    • store: Record<string, any>

      Store

    • getCapabilities: string

      getCapabilities

    Returns LayerWMTS

    • OpenLayers layer object

Methods

  • Get the TileLayer instance for this WMTS layer

    Returns TileLayer<WMTS>

    OpenLayers TileLayer instance

  • Update the time dimension of the WMTS source

    Parameters

    • time: string

      The new time value to set

    Returns void