TileMatrixSetBoundingBox interface
以指定坐标参考系统表示的切片矩阵集的地理范围
属性
| crs | 坐标参考系标识符 |
| lower |
边界框的左下角坐标 [x, y] |
| ordered |
CRS 坐标的显式轴顺序(例如,['x', 'y']) |
| upper |
边界框的右上角坐标 [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[]