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