|
PostGIS
3.7.0dev-r@@SVN_REVISION@@
|
| void lwt_LoadGeometry | ( | LWT_TOPOLOGY * | topo, |
| LWGEOM * | geom, | ||
| double | tol | ||
| ) |
Load a geometry into the topology.
The given geometry will snap to existing nodes or edges within given tolerance. Existing edges or faces may be split by the geometry.
| topo | the topology to operate on |
| geom | the geometry to add |
| tol | snap tolerance, the topology tolerance will be used if 0 |
Definition at line 8111 of file lwgeom_topo.c.
References _lwt_LoadGeometryRecursive().
