Return a POLYGON
or a MULTIPOLYGON
that represents all points whose distance from a geometry/geography is less than or equal to a given distance.
- Parameters
-
[in] | gs | Geometry |
[in] | size | Distance |
[in] | params | Buffer style parameters |
- Note
- PostGIS function:
ST_Buffer(PG_FUNCTION_ARGS)