PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int(* LWT_BE_CALLBACKS_T::checkTopoGeomRemNode) (const LWT_BE_TOPOLOGY *topo, LWT_ELEMID rem_node, LWT_ELEMID e1, LWT_ELEMID e2) |
Check TopoGeometry objects before a node removal event.
topo | the topology to act upon |
rem_node | identifier of the node that's been removed |
e1 | identifier of the first connected edge |
e2 | identifier of the second connected edge |
The operation should be forbidden if any TopoGeometry object exists which contains only one of the two healed edges.
The operation should also be forbidden if the removed node takes part in the definition of a TopoGeometry, although this wasn't the case yet as of PostGIS version 2.1.8: https://trac.osgeo.org/postgis/ticket/3239
Definition at line 815 of file liblwgeom_topo.h.