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