st_voronoipolygons(g1 geometry, tolerance double precision DEFAULT 0.0, extend_to geometry DEFAULT NULL::geometry)


Description

args: geom, tolerance = 0.0, extend_to = NULL - Returns the cells of the Voronoi diagram of the vertices of a geometry.

Parameters

Name Type Mode
g1 geometry IN
tolerance double precision IN
extend_to geometry IN

Definition