PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
int(* LWT_BE_CALLBACKS_T::updateNodes) (const LWT_BE_TOPOLOGY *topo, const LWT_ISO_NODE *sel_node, int sel_fields, const LWT_ISO_NODE *upd_node, int upd_fields, const LWT_ISO_NODE *exc_node, int exc_fields) |
Update nodes selected by fields match/mismatch.
topo | the topology to act upon |
sel_node | an LWT_ISO_NODE object with selecting fields set. |
sel_fields | fields used to select nodes to be updated, see LWT_COL_NODE_* macros |
upd_node | an LWT_ISO_NODE object with updated fields set. |
upd_fields | fields to be updated for the selected nodes, see LWT_COL_NODE_* macros |
exc_node | an LWT_ISO_NODE object with exclusion fields set, can be NULL if no exlusion condition exists. |
exc_fields | fields used for excluding nodes from the update, see LWT_COL_NODE_* macros |
Definition at line 522 of file liblwgeom_topo.h.