PostGIS  3.1.6dev-r@@SVN_REVISION@@

◆ lwgeom_subdivide()

LWCOLLECTION* lwgeom_subdivide ( const LWGEOM geom,
uint32_t  maxvertices 
)

Definition at line 2465 of file lwgeom.c.

2466 {
2467  return lwgeom_subdivide_prec(geom, maxvertices, -1);
2468 }
LWCOLLECTION * lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize)
Definition: lwgeom.c:2442

References lwgeom_subdivide_prec().

Referenced by test_geos_subdivide().

Here is the call graph for this function:
Here is the caller graph for this function: