Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
ST_OrientedEnvelope(geom: Geometry)
SELECT ST_OrientedEnvelope(ST_GeomFromWKT('POLYGON ((0 0, 1 0, 5 4, 4 4, 0 0))'))
POLYGON ((0 0, 4.5 4.5, 5 4, 0.5 -0.5, 0 0))
Was this page helpful?