WfsCapabilities interface
The capabilities of a WFS service.
Properties
| abstract | Description of service. |
| feature |
The feature types available in the service. |
| namespaces | |
| operations | Supported operations of service. |
| provider |
The name of the service provider. |
| title | Title of service. |
| version | The version of the WFS service. |
Property Details
abstract
Description of service.
abstract?: string
Property Value
string
featureTypes
The feature types available in the service.
featureTypes: WfsFeatureType[]
Property Value
namespaces
namespaces: Record<string, string>
Property Value
Record<string, string>
operations
Supported operations of service.
operations: string[]
Property Value
string[]
providerName
The name of the service provider.
providerName?: string
Property Value
string
title
Title of service.
title?: string
Property Value
string
version
The version of the WFS service.
version: string
Property Value
string