Interface SpatialTouchesExpressionInternal

'$touches' spatial operator expression. Operator matches if attribute geometry touches the other geometry (share a common boundary).

{ geometry : { $touches: testGeometry }}
interface SpatialTouchesExpression {
    $touches: Geometry;
}

Properties

Properties

$touches: Geometry

Test geometry

Generated using TypeDoc