PostGIS  3.7.0dev-r@@SVN_REVISION@@

◆ lwt_LoadGeometry()

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.

Parameters
topothe topology to operate on
geomthe geometry to add
tolsnap tolerance, the topology tolerance will be used if 0

Definition at line 8069 of file lwgeom_topo.c.

8070 {
8071  _lwt_LoadGeometryRecursive(topo, geom, tol);
8072 }
void _lwt_LoadGeometryRecursive(LWT_TOPOLOGY *topo, LWGEOM *geom, double tol)
Definition: lwgeom_topo.c:8029

References _lwt_LoadGeometryRecursive().

Here is the call graph for this function: