Tests whether the MBBs of two 3D geometries spatially intersect.
Argument … |
Specifies … |
othergeom |
a 3D ST_Geometry. |
Returns an INTEGER value:
Returns an error if either geometry is not 3D (does not have a z coordinate).
All 3D ST_Geometry types.
SELECT shape.MBB_Filter(
'Polygon((0 0 0, 0 20 20, 20 20 20, 20 0 20, 0 0 0))')
FROM sample_shapes;