The ST_Envelope method constructs a polygon that is an axis-aligned bounding rectangle for the geometry-expression. The envelope covers the entire geometry, and it can be used as a simple approximation for the geometry.
Note
If the geometry-expression is an empty geometry (ST_IsEmpty()=1), then this method returns NULL.
Note
This method can not be used with geometries in round-Earth spatial reference system.