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