PostGIS 3.6.2dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_subdivide()

LWCOLLECTION * lwgeom_subdivide ( const LWGEOM geom,
uint32_t  maxvertices 
)

Definition at line 2614 of file lwgeom.c.

2615{
2616 return lwgeom_subdivide_prec(geom, maxvertices, -1);
2617}
LWCOLLECTION * lwgeom_subdivide_prec(const LWGEOM *geom, uint32_t maxvertices, double gridSize)
Definition lwgeom.c:2591

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: