PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
LWT_ELEMID lwt_AddPoint | ( | LWT_TOPOLOGY * | topo, |
LWPOINT * | point, | ||
double | tol | ||
) |
Adds a point to the topology.
The given point will snap to existing nodes or edges within given tolerance. An existing edge may be split by the point.
topo | the topology to operate on |
point | the point to add |
tol | snap tolerance, the topology tolerance will be used if 0 |
Definition at line 5220 of file lwgeom_topo.c.
References _lwt_AddPoint().