共用方式為


WfsCapabilities interface

WFS 服務的功能。

屬性

abstract

服務的描述。

featureTypes

服務中可用的功能類型。

namespaces
operations

支援的服務作業。

providerName

服務提供者的名稱。

title

服務的標題。

version

WFS 服務的版本。

屬性詳細資料

abstract

服務的描述。

abstract?: string

屬性值

string

featureTypes

服務中可用的功能類型。

featureTypes: WfsFeatureType[]

屬性值

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