PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int(* LWT_BE_CALLBACKS_T::updateTopoGeomFaceSplit) (const LWT_BE_TOPOLOGY *topo, LWT_ELEMID split_face, LWT_ELEMID new_face1, LWT_ELEMID new_face2) |
Update TopoGeometry objects after a face split event.
topo | the topology to act upon |
split_face | identifier of the face that was split. |
new_face1 | identifier of the first new face that was created as a result of face splitting. |
new_face2 | identifier of the second new face that was created as a result of face splitting, or -1 if the old face was modified rather than replaced. |
Definition at line 543 of file liblwgeom_topo.h.