Describes a request operation supported by the WFS server. All defined properties are read-only.

Since

2019.1

interface WFSCapabilitiesOperation {
    name: string;
    supportedFormats: string[];
    supportedRequests: OWSCapabilitiesOperationRequest[];
}

Properties

name: string

The name of the request operation.

supportedFormats: string[]

The available output formats for the request operation.

supportedRequests: OWSCapabilitiesOperationRequest[]

The available HTTP requests for the request operation.

Since

2024.0.02