Tests whether a 3D geometry spatially intersects a specified MBB.
Valid Data Types
3D Point, 3D MultiPoint, 3D LineString, 3D MultiLineString
Result Type
Returns an INTEGER value:
- 1, if the input 3D geometry intersects the MBB argument.
- 0, if the input 3D geometry does not intersect the MBB argument.
Returns an error if the input geometry is not 3D (does not have a z coordinate).