Expand description
Geometry construction and transformation operations.
ST_Buffer, ST_Envelope, ST_Union — produce new geometries from existing ones.
Functions§
- st_
buffer - ST_Buffer(geom, distance_meters) → Polygon.
- st_
envelope - ST_Envelope(geom) → Polygon — bounding box as a polygon.
- st_
union - ST_Union(a, b) → Geometry — merge two geometries.