Tests if an ST_Geometry value spatially overlaps another ST_Geometry value.
Valid Data Types
ST_Overlaps is valid on all ST_Geometry types, with the exception of geometry collections.
This method can be called on 3D geometries (those that include z coordinates). However, the z coordinate is ignored in method calculations.
Result Type
Returns an INTEGER value:
- 1, if the geometries overlap
- 0, if the geometries do not overlap