Returns the bounding rectangle for the ST_Geometry value.
Returns an ST_Geometry value.
All ST_Geometry types.
Note: This method can be called on 3D geometries (those that include z coordinates). However, the z coordinate is dropped, and only x and y coordinates are returned.
SELECT streetName, streetShape.ST_Envelope()
FROM sample_streets
WHERE skey = 1044;