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

TileMatrixSetBoundingBox interface

以指定坐标参考系统表示的切片矩阵集的地理范围

属性

crs

坐标参考系标识符

lowerLeft

边界框的左下角坐标 [x, y]

orderedAxes

CRS 坐标的显式轴顺序(例如,['x', 'y'])

upperRight

边界框的右上角坐标 [x, y]

属性详细信息

crs

坐标参考系标识符

crs?: string

属性值

string

lowerLeft

边界框的左下角坐标 [x, y]

lowerLeft: string[]

属性值

string[]

orderedAxes

CRS 坐标的显式轴顺序(例如,['x', 'y'])

orderedAxes?: string[]

属性值

string[]

upperRight

边界框的右上角坐标 [x, y]

upperRight: string[]

属性值

string[]