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[]