Interface SpatialIntersectsExpressionInternal

'$intersects' spatial operator expression. Operator matches if attribute geometry intersects the given geometry.

{ geometry : { $intersects: testGeometry }}
interface SpatialIntersectsExpression {
    $intersects: Geometry;
}

Properties

Properties

$intersects: Geometry

Test geometry

Generated using TypeDoc