Interface SpatialEnvelopeIntersectsExpressionInternal

'$envelope-intersects' spatial operator expression. Operator matches if envelope of attribute geometry intersects envelope of other geometry.

{ geometry : { $envelope-intersects: testGeometry }}
interface SpatialEnvelopeIntersectsExpression {
    $envelope-intersects: Geometry;
}

Properties

$envelope-intersects: Geometry

Test geometry

Generated using TypeDoc