Describes a tile pyramid structure offered by a WMTS server. All defined properties are read-only.

Since

2019.1

Hierarchy

  • WMTSCapabilitiesTileMatrixSet

Constructors

Accessors

  • get abstract(): string
  • Description of the tile matrix set.

    Returns string

  • get identifier(): string
  • Unique identifier of the tile matrix set.

    Returns string

  • get referenceName(): string
  • Name of the geographic reference in which this tile matrix set is defined.

    Returns string

    Since

    2019.1

  • get title(): string
  • Human-readable title of the tile matrix set.

    Returns string

  • get wellKnownScaleSet(): string
  • The well-known name that describes the structure of this tile matrix set, if applicable. For instance, urn:ogc:def:wkss:OGC:1.0:GoogleMapsCompatible.

    Returns string

Methods

  • Returns the bounding box of this tile matrix set, defined in the geographic reference returned by the getReference method.

    Returns null | Bounds

    the bounding box of this tile matrix set, defined in the geographic reference returned by the getReference method.

  • Returns the geographic reference in which this tile matrix set is defined.

    Returns CoordinateReference

    the geographic reference in which this tile matrix set is defined.