Describes WFS service metadata. All defined properties are read-only.

Since

2019.1

interface WFSCapabilitiesService {
    abstract: string;
    contactInformation: OGCCapabilitiesContactInformation;
    keywords: OGCCapabilitiesKeywords[];
    title: string;
    url: string;
}

Properties

abstract: string

A description of the WFS server.

Information about a contact person for the WFS server.

List of keywords that describe the WFS server. The keywords are grouped into one or more OGCCapabilitiesKeywords instances, according to their (optional) type.

title: string

A human-readable title of the WFS server.

url: string

Reference to the web site of the WFS server provider.