你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WfsCapabilities interface
WFS 服务的功能。
属性
abstract | 服务说明。 |
feature |
服务中可用的功能类型。 |
namespaces | |
operations | 支持的服务操作。 |
provider |
服务提供商的名称。 |
title | 服务标题。 |
version | WFS 服务的版本。 |
属性详细信息
abstract
服务说明。
abstract?: string
属性值
string
featureTypes
namespaces
namespaces: Record<string, string>
属性值
Record<string, string>
operations
支持的服务操作。
operations: string[]
属性值
string[]
providerName
服务提供商的名称。
providerName?: string
属性值
string
title
服务标题。
title?: string
属性值
string
version
WFS 服务的版本。
version: string
属性值
string