LuciadRIA (2026.0.11)
    Preparing search index...

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

    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.

    2024.0.02