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

TileMatrixSet interface

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

遵循 Tile Matrix Set 标准的图块矩阵集的定义。 对于图块集元数据,此类描述 (in tileMatrixSet property) 仅在脱机使用时是必需的,作为具有 http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation 类型的链接的替代方法。

属性

boundingBox

切片矩阵集的地理范围

crs

坐标参考系标识符

description

此图块矩阵集的简要叙述描述,通常可供人类显示

id

图块矩阵集的唯一标识符

keywords

用于描述此图块矩阵集的一个或多个常用或正式化单词或短语的无序列表

orderedAxes

按顺序排列的坐标轴名称

tileMatrices

不同缩放级别的图块矩阵数组

title

图块矩阵集的人类可读标题

uri

对官方定义的 URI 引用

wellKnownScaleSet

对标准化规模集的 URL 引用

属性详细信息

boundingBox

切片矩阵集的地理范围

boundingBox?: TileMatrixSetBoundingBox

属性值

crs

坐标参考系标识符

crs: string

属性值

string

description

此图块矩阵集的简要叙述描述,通常可供人类显示

description?: string

属性值

string

id

图块矩阵集的唯一标识符

id?: string

属性值

string

keywords

用于描述此图块矩阵集的一个或多个常用或正式化单词或短语的无序列表

keywords?: string[]

属性值

string[]

orderedAxes

按顺序排列的坐标轴名称

orderedAxes?: string[]

属性值

string[]

tileMatrices

不同缩放级别的图块矩阵数组

tileMatrices: TileMatrix[]

属性值

title

图块矩阵集的人类可读标题

title?: string

属性值

string

uri

对官方定义的 URI 引用

uri?: string

属性值

string

wellKnownScaleSet

对标准化规模集的 URL 引用

wellKnownScaleSet?: string

属性值

string