MobilityDB 1.3
Loading...
Searching...
No Matches

◆ geom_buffer()

GSERIALIZED * geom_buffer ( const GSERIALIZED gs,
double  size,
char *  params 
)

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]gsGeometry
[in]sizeDistance
[in]paramsBuffer style parameters
Note
PostGIS function: ST_Buffer(PG_FUNCTION_ARGS)