你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
OgcStyle interface
OGC WMS 和 WMTS 层样式信息。
属性
id | 样式的标识符。 |
is |
指示样式是否为默认值。 |
legend |
图例图形的 URL。 |
title | 样式的标题。 |
属性详细信息
id
样式的标识符。
id?: string
属性值
string
isDefault
指示样式是否为默认值。
isDefault?: boolean
属性值
boolean
legendUrl
图例图形的 URL。
legendUrl?: string
属性值
string
title
样式的标题。
title?: string
属性值
string