A way to modify the spatial operator used by this source.

interface SpatialQueryModifier {
    operator:
        | "$intersects"
        | "$contains"
        | "$crosses"
        | "$envelope-intersects"
        | "$overlaps"
        | "$touches"
        | "$within";
}

Properties

Properties

operator:
    | "$intersects"
    | "$contains"
    | "$crosses"
    | "$envelope-intersects"
    | "$overlaps"
    | "$touches"
    | "$within"

modifies the operator used by the spatial search.