PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
LWT_ELEMID* lwt_AddLineNoFace | ( | LWT_TOPOLOGY * | topo, |
LWLINE * | line, | ||
double | tol, | ||
int * | nedges | ||
) |
Adds a linestring to the topology without determining generated faces.
The given line will snap to existing nodes or edges within given tolerance. Existing edges or faces may be split by the line.
Side faces for the new edges will not be determined and no new faces will be created, effectively leaving the topology in an invalid state (WARNING!)
topo | the topology to operate on |
line | the line to add |
tol | snap tolerance, the topology tolerance will be used if 0 |
nedges | output parameter, will be set to number of edges the line was split into, or -1 on error (liblwgeom error handler will be invoked with error message) |
Definition at line 5801 of file lwgeom_topo.c.
References _lwt_AddLine().