Internal
'$within' spatial operator expression. The opposite of $contains.
$contains
Operator matches if attribute geometry contains the other geometry (Alternative spelling: other geometry is within attribute geometry).
geometry
{ geometry : { $within: testGeometry }} Copy
{ geometry : { $within: testGeometry }}
Readonly
Test geometry
Generated using TypeDoc
'$within' spatial operator expression. The opposite of
$contains
.Operator matches if attribute
geometry
contains the other geometry (Alternative spelling: other geometry is within attributegeometry
).