Interface QueryFilterSpatialNode

interface QueryFilterSpatialNode {
    geometry: QueryFilterGeometryOperand;
    kind: "spatial";
    operator: QueryFilterSpatialPredicate;
    property?: string;
}

Properties

kind
property?: string

Geometry property to test. Optional for sources with a single primary geometry (GeoServices, OGC, GeoParquet); the WFS / OData compilers resolve it from the adapter when omitted.