PostGIS
3.4.0dev-r@@SVN_REVISION@@
|
int lwt_MoveIsoNode | ( | LWT_TOPOLOGY * | topo, |
LWT_ELEMID | node, | ||
LWPOINT * | pt | ||
) |
Move an isolated node.
For ST_MoveIsoNode
topo | the topology to operate on |
node | the identifier of the nod to be moved |
pt | the new node position |
Definition at line 3584 of file lwgeom_topo.c.
References _lwt_GetIsoNode(), LWT_TOPOLOGY_T::be_iface, LWT_ISO_NODE::containing_face, LWT_ISO_NODE::geom, lwerror(), lwfree(), lwt_be_ExistsCoincidentNode(), lwt_be_ExistsEdgeIntersectingPoint(), lwt_be_lastErrorMessage(), lwt_be_updateNodesById(), LWT_COL_NODE_GEOM, lwt_GetFaceContainingPoint(), and LWT_ISO_NODE::node_id.