Interface SpatialWithinExpressionInternal

'$within' spatial operator expression. The opposite of $contains.

Operator matches if attribute geometry contains the other geometry (Alternative spelling: other geometry is within attribute geometry).

{ geometry : { $within: testGeometry }}

Hierarchy

  • SpatialWithinExpression

Properties

Properties

$within: Geometry

Test geometry

Generated using TypeDoc