Share via


OgcSublayer interface

OGC WMS および WMTS サービスのサブレイヤー情報。

プロパティ

bounds

レイヤーの境界ボックス。

description

レイヤーの説明または要約。

dimensions

レイヤーでサポートされるカスタム ディメンション値。

id

レイヤーの一意識別子。

maxZoom

レイヤーをレンダリングする最大ズーム レベルを指定する整数。

minZoom

レイヤーをレンダリングする最小ズーム レベルを指定する整数。

styles

サポートされているスタイルの一覧。

title

レイヤーのタイトル。

プロパティの詳細

bounds

レイヤーの境界ボックス。

bounds: azmaps.data.BoundingBox

プロパティ値

azmaps.data.BoundingBox

description

レイヤーの説明または要約。

description?: string

プロパティ値

string

dimensions

レイヤーでサポートされるカスタム ディメンション値。

dimensions: OgcDimension[]

プロパティ値

id

レイヤーの一意識別子。

id?: string

プロパティ値

string

maxZoom

レイヤーをレンダリングする最大ズーム レベルを指定する整数。

maxZoom: number

プロパティ値

number

minZoom

レイヤーをレンダリングする最小ズーム レベルを指定する整数。

minZoom: number

プロパティ値

number

styles

サポートされているスタイルの一覧。

styles: OgcStyle[]

プロパティ値

title

レイヤーのタイトル。

title?: string

プロパティ値

string