Describes a layer offered by a WMTS server. All defined properties are read-only.

Since

2019.1

Hierarchy

  • WMTSCapabilitiesLayer

Constructors

Accessors

  • get abstract(): string
  • Description of the WMTS layer.

    Returns string

  • get formats(): string[]
  • Available tile formats for the WMTS layer.

    Returns string[]

  • get identifier(): string
  • Unique identifier of the WMTS layer.

    Returns string

  • get infoFormats(): string[]
  • Available feature info formats for the layer.

    Returns string[]

  • get title(): string
  • Human-readable title of the WMTS layer.

    Returns string

Methods

  • Returns the bounding box of this layer defined in the given reference. If the bounding box defined in this reference is not explicitly listed in the capabilities, the first encountered bounding box defined in a supported reference (i.e., supported in ReferenceProvider is used and transformed to the given reference. If no bounding box information in a supported reference can be found, null is returned.

    Parameters

    • reference: CoordinateReference

      the geographic reference in which the returned bounds needs to be defined

    Returns null | Bounds

    the bounding box of this layer defined in the given reference