你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TileMatrix interface

瓦片矩阵定义

平铺矩阵,通常对应于 TileMatrixSet 的特定缩放级别。

参考:https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/tileMatrix.json

在图块矩阵集中定义特定缩放级别的图块矩阵

属性

cellSize

此切片矩阵级别的像素大小(以地图单位表示)

cornerOfOrigin

平铺矩阵的角(topLeftbottomLeft)用作对平铺行和列进行编号的原点。 这个角也是 (0, 0) 图块的一个角。

description

此图块矩阵级别的人类可读描述

id

此图块矩阵级别的唯一标识符,通常是缩放级别

keywords

用于描述此数据集的一个或多个常用或正式化单词或短语的无序列表

matrixHeight

此矩阵级别的垂直切片数

matrixWidth

此矩阵级别的水平平铺数

pointOfOrigin

此平铺矩阵的原点角(例如左上角)在 CRS 坐标中的精确位置。 此位置也是 (0, 0) 磁贴的一角。 在以前的版本中,这是 'topLeftCorner' 和 'cornerOfOrigin' 不存在。

scaleDenominator

表示此切片矩阵级别的比例的比例分母

tileHeight

此级别上每个图块的像素高度

tileWidth

此级别上每个图块的像素宽度

title

图块矩阵级别的人类可读标题

variableMatrixWidths

描述具有可变矩阵宽度的行

参考:https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/variableMatrixWidth.json

属性详细信息

cellSize

此切片矩阵级别的像素大小(以地图单位表示)

cellSize: number

属性值

number

cornerOfOrigin

平铺矩阵的角(topLeftbottomLeft)用作对平铺行和列进行编号的原点。 这个角也是 (0, 0) 图块的一个角。

cornerOfOrigin?: string

属性值

string

description

此图块矩阵级别的人类可读描述

description?: string

属性值

string

id

此图块矩阵级别的唯一标识符,通常是缩放级别

id: string

属性值

string

keywords

用于描述此数据集的一个或多个常用或正式化单词或短语的无序列表

keywords?: string[]

属性值

string[]

matrixHeight

此矩阵级别的垂直切片数

matrixHeight: number

属性值

number

matrixWidth

此矩阵级别的水平平铺数

matrixWidth: number

属性值

number

pointOfOrigin

此平铺矩阵的原点角(例如左上角)在 CRS 坐标中的精确位置。 此位置也是 (0, 0) 磁贴的一角。 在以前的版本中,这是 'topLeftCorner' 和 'cornerOfOrigin' 不存在。

pointOfOrigin: number[]

属性值

number[]

scaleDenominator

表示此切片矩阵级别的比例的比例分母

scaleDenominator: number

属性值

number

tileHeight

此级别上每个图块的像素高度

tileHeight: number

属性值

number

tileWidth

此级别上每个图块的像素宽度

tileWidth: number

属性值

number

title

图块矩阵级别的人类可读标题

title?: string

属性值

string

variableMatrixWidths

描述具有可变矩阵宽度的行

参考:https://github.com/opengeospatial/2D-Tile-Matrix-Set/blob/master/schemas/tms/2.0/json/variableMatrixWidth.json

variableMatrixWidths?: VariableMatrixWidth[]

属性值