Interface WfsCompiledQueryV1Experimental

Inspectable WFS 2.0 GetFeature request produced without I/O.

interface WfsCompiledQueryV1 {
    compiler: "wfs-2.0-get-feature-v1";
    count?: number;
    filter?: string;
    propertyName?: readonly string[];
    sortBy?: string;
    srsName?: string;
    startIndex?: number;
    typeName: string;
}

Properties

compiler
count?: number
filter?: string
propertyName?: readonly string[]
sortBy?: string
srsName?: string
startIndex?: number
typeName: string