PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ lwgeom_subdivide()

LWCOLLECTION* lwgeom_subdivide ( const LWGEOM geom,
uint32_t  maxvertices 
)

Definition at line 2488 of file lwgeom.c.

2489 {
2490  return lwgeom_subdivide_prec(geom, maxvertices, -1);
2491 }
LWCOLLECTION * lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize)
Definition: lwgeom.c:2465

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: