Cadenza JS
    Preparing search index...

    Interface SpatialFilterValue

    Defines a spatial filter variable value.

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

    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