Interface: TileMatrix
Defined in: types/spec/tileMatrix.ts:11
A tile matrix, usually corresponding to a particular zoom level of a TileMatrixSet.
Indexable
[k: string]: unknown
Properties
cellSize
cellSize:
number
Defined in: types/spec/tileMatrix.ts:35
Cell size of this tile matrix
cornerOfOrigin?
optionalcornerOfOrigin:"topLeft"|"bottomLeft"
Defined in: types/spec/tileMatrix.ts:39
The corner of the tile matrix (topLeft or bottomLeft) used as the origin for numbering tile rows and columns. This corner is also a corner of the (0, 0) tile.
description?
optionaldescription:string
Defined in: types/spec/tileMatrix.ts:19
Brief narrative description of this tile matrix set, normally available for display to a human
id
id:
string
Defined in: types/spec/tileMatrix.ts:27
Identifier selecting one of the scales defined in the TileMatrixSet and representing the scaleDenominator the tile. Implementation of 'identifier'
keywords?
optionalkeywords:string[]
Defined in: types/spec/tileMatrix.ts:23
Unordered list of one or more commonly used or formalized word(s) or phrase(s) used to describe this dataset
matrixHeight
matrixHeight:
number
Defined in: types/spec/tileMatrix.ts:52
Width of the matrix (number of tiles in width)
matrixWidth
matrixWidth:
number
Defined in: types/spec/tileMatrix.ts:56
Height of the matrix (number of tiles in height)
pointOfOrigin
pointOfOrigin:
DPoint
Defined in: types/spec/tileMatrix.ts:40
scaleDenominator
scaleDenominator:
number
Defined in: types/spec/tileMatrix.ts:31
Scale denominator of this tile matrix
tileHeight
tileHeight:
number
Defined in: types/spec/tileMatrix.ts:48
Height of each tile of this tile matrix in pixels
tileWidth
tileWidth:
number
Defined in: types/spec/tileMatrix.ts:44
Width of each tile of this tile matrix in pixels
title?
optionaltitle:string
Defined in: types/spec/tileMatrix.ts:15
Title of this tile matrix, normally used for display to a human
variableMatrixWidths?
optionalvariableMatrixWidths:VariableMatrixWidth[]
Defined in: types/spec/tileMatrix.ts:60
Describes the rows that has variable matrix width