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