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

Since

2019.1

Hierarchy

  • WMSCapabilities

Constructors

Accessors

  • get exceptionFormats(): string[]
  • The list of available exception reporting formats.

    Returns string[]

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

    Returns string

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

    Returns string

Methods

  • Creates WMS capabilities for the given URL and options.

    Parameters

    Returns Promise<WMSCapabilities>

    The WMS 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.