Returns TRUE if the geometries which shares space are of the same dimension but they are not completelly one inside the other.
1 geo.overlaps
<geo.overlaps>
<geom1> *
<geom1 /> *
</geom1>
<geom2> *
<geom2 /> *
</geom2>
</geo.overlaps>
Arguments | |||||
---|---|---|---|---|---|
Name | Type | Required | Unique | Nullable | Description |
Egeom1 | |||||
Egeom1 | geometry | ||||
Egeom2 | |||||
Egeom2 | geometry |
Example
Copy
<select> <columns> <geo.overlaps> <geom1>geometry_col_1</geom1> <geom2>geometry_col_2</geom2> </geo.overlaps> </columns> <from table='buildings' alias='a' > </from> <where> a.name = 'MACBA' </where> </select>