Interface Wfs20FilterCapabilitiesEvidenceExperimental

Explicit WFS/FES metadata discovered for the concrete feature type.

interface Wfs20FilterCapabilitiesEvidence {
    comparisonOperators: readonly string[];
    geometryOperands: readonly string[];
    implementsAdHocQuery: boolean;
    implementsSorting: boolean;
    logicalOperators: boolean;
    spatialOperators: readonly string[];
    supportedFilterCrs: readonly string[];
    supportedOutputCrs: readonly string[];
    temporalOperands: readonly string[];
    temporalOperators: readonly string[];
    version: string;
}

Properties

comparisonOperators: readonly string[]
geometryOperands: readonly string[]

Geometry operands safe for every compiled spatial operator (the conservative intersection of operator-local evidence).

implementsAdHocQuery: boolean

ImplementsAdHocQuery from fes:Conformance.

implementsSorting: boolean

ImplementsSorting from fes:Conformance.

logicalOperators: boolean

Presence of fes:LogicalOperators in scalar capabilities.

spatialOperators: readonly string[]
supportedFilterCrs: readonly string[]

CRS identifiers explicitly discovered as usable by spatial filter operands.

supportedOutputCrs: readonly string[]

CRS identifiers explicitly discovered as valid WFS result srsName values.

temporalOperands: readonly string[]

Temporal operands safe for every compiled temporal operator (the conservative intersection of operator-local evidence).

temporalOperators: readonly string[]
version: string

Advertised WFS/FES version. Only the WFS 2.0 family is accepted.