OgcSublayer interface
OGC WMS および WMTS サービスのサブレイヤー情報。
プロパティ
bounds | レイヤーの境界ボックス。 |
description | レイヤーの説明または要約。 |
dimensions | レイヤーでサポートされるカスタム ディメンション値。 |
id | レイヤーの一意識別子。 |
max |
レイヤーをレンダリングする最大ズーム レベルを指定する整数。 |
min |
レイヤーをレンダリングする最小ズーム レベルを指定する整数。 |
styles | サポートされているスタイルの一覧。 |
title | レイヤーのタイトル。 |
プロパティの詳細
bounds
レイヤーの境界ボックス。
bounds: azmaps.data.BoundingBox
プロパティ値
azmaps.data.BoundingBox
description
レイヤーの説明または要約。
description?: string
プロパティ値
string
dimensions
id
レイヤーの一意識別子。
id?: string
プロパティ値
string
maxZoom
レイヤーをレンダリングする最大ズーム レベルを指定する整数。
maxZoom: number
プロパティ値
number
minZoom
レイヤーをレンダリングする最小ズーム レベルを指定する整数。
minZoom: number
プロパティ値
number
styles
title
レイヤーのタイトル。
title?: string
プロパティ値
string