PostGIS  3.2.2dev-r@@SVN_REVISION@@

◆ lwgeom_subdivide()

LWCOLLECTION* lwgeom_subdivide ( const LWGEOM geom,
uint32_t  maxvertices 
)

Definition at line 2494 of file lwgeom.c.

2495 {
2496  return lwgeom_subdivide_prec(geom, maxvertices, -1);
2497 }
LWCOLLECTION * lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize)
Definition: lwgeom.c:2471

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: