Contains functionality to parse and access the capabilities of an OGC WMTS server. All defined properties are read-only. If you want to visualize data from a WMTS server, you need to create a model; please refer to WMTSTileSetModel for more information.

Since

2019.1

Hierarchy

  • WMTSCapabilities

Constructors

Accessors

  • get updateSequence(): string
  • A document version number for the content defined in the capabilities.

    Returns string

  • get version(): string
  • The WMTS version of the capabilities.

    Returns string

Methods

  • Creates WMTS capabilities for the given URL and options.

    Parameters

    Returns Promise<WMTSCapabilities>

    The WMTS capabilities for the given URL and options. The promise is rejected if no supported version at both sides can be negotiated or if connecting to the URL fails.