Describes a single tile matrix, which represents the tile structure at one level of detail in the tile matrix set. All defined properties are read-only.

Since

2019.1

Hierarchy

  • WMTSCapabilitiesTileMatrix

Properties

abstract: string

Description of the tile matrix.

identifier: string

Unique identifier of the tile matrix.

List of keywords describing the tile matrix. The keywords are grouped into one or more OGCCapabilitiesKeywords instances, according to their (optional) type.

Limits that apply to the tile matrix.

matrixHeight: number

Height of the tile matrix.

matrixWidth: number

Width of the tile matrix.

referenceName: string

Name of the geographic reference of the tile matrix.

scaleDenominator: number

Scale denominator of the tile matrix.

tileHeight: number

Height of a tile in the tile matrix.

tileWidth: number

Width of a tile in the tile matrix.

title: string

Human-readable title of the tile matrix.

topLeftCorner: string

Top-left position of the tile matrix.