TileMatrixSet interface
遵循 Tile Matrix Set 标准的图块矩阵集的定义。
对于图块集元数据,此类描述 (in tileMatrixSet property) 仅在脱机使用时是必需的,作为具有 http://www.opengis.net/def/rel/ogc/1.0/tiling-scheme relation 类型的链接的替代方法。
属性
| bounding |
切片矩阵集的地理范围 |
| crs | 坐标参考系标识符 |
| description | 此图块矩阵集的简要叙述描述,通常可供人类显示 |
| id | 图块矩阵集的唯一标识符 |
| keywords | 用于描述此图块矩阵集的一个或多个常用或正式化单词或短语的无序列表 |
| ordered |
按顺序排列的坐标轴名称 |
| tile |
不同缩放级别的图块矩阵数组 |
| title | 图块矩阵集的人类可读标题 |
| uri | 对官方定义的 URI 引用 |
| well |
对标准化规模集的 URL 引用 |
属性详细信息
boundingBox
crs
坐标参考系标识符
crs: string
属性值
string
description
此图块矩阵集的简要叙述描述,通常可供人类显示
description?: string
属性值
string
id
图块矩阵集的唯一标识符
id?: string
属性值
string
keywords
用于描述此图块矩阵集的一个或多个常用或正式化单词或短语的无序列表
keywords?: string[]
属性值
string[]
orderedAxes
按顺序排列的坐标轴名称
orderedAxes?: string[]
属性值
string[]
tileMatrices
title
图块矩阵集的人类可读标题
title?: string
属性值
string
uri
对官方定义的 URI 引用
uri?: string
属性值
string
wellKnownScaleSet
对标准化规模集的 URL 引用
wellKnownScaleSet?: string
属性值
string