PostGIS  3.3.9dev-r@@SVN_REVISION@@

◆ lwgeom_subdivide()

LWCOLLECTION* lwgeom_subdivide ( const LWGEOM geom,
uint32_t  maxvertices 
)

Definition at line 2511 of file lwgeom.c.

2512 {
2513  return lwgeom_subdivide_prec(geom, maxvertices, -1);
2514 }
LWCOLLECTION * lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize)
Definition: lwgeom.c:2488

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: