PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
LWT_ELEMID lwt_AddIsoNode | ( | LWT_TOPOLOGY * | topo, |
LWT_ELEMID | face, | ||
LWPOINT * | pt, | ||
int | skipChecks | ||
) |
Add an isolated node.
For ST_AddIsoNode
topo | the topology to operate on |
face | the identifier of containing face or -1 for "unknown" |
pt | the node position |
skipChecks | if non-zero skips consistency checks (coincident nodes, crossing edges, actual face containement) |
Definition at line 525 of file lwgeom_topo.c.
References LWT_TOPOLOGY_T::be_iface, LWT_ISO_NODE::containing_face, LWT_ISO_NODE::geom, lwerror(), lwt_be_ExistsCoincidentNode(), lwt_be_ExistsEdgeIntersectingPoint(), lwt_be_getFaceContainingPoint(), lwt_be_insertNodes(), lwt_be_lastErrorMessage(), and LWT_ISO_NODE::node_id.
Referenced by lwt_AddPoint().