Interface SpatialFilterValue

Defines a spatial filter variable value.

interface SpatialFilterValue {
    geometry: Geometry;
    spatialRelation: SpatialRelation;
}

Properties

geometry: Geometry

A valid GeoJSON geometry restricted to type "Polygon".

spatialRelation: SpatialRelation

Defines how geometries must interact with the given filter geometry to be accepted by the filter