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 }}
interface SpatialWithinExpression {
    $within: Geometry;
}

Properties

Properties

$within: Geometry

Test geometry

Generated using TypeDoc