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