PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ updateNodesById

int(* LWT_BE_CALLBACKS_T::updateNodesById) (const LWT_BE_TOPOLOGY *topo, const LWT_ISO_NODE *nodes, int numnodes, int upd_fields)

Update nodes by id.

Parameters
topothe topology to act upon
nodesan array of LWT_ISO_EDGE objects with selecting id and updating fields.
numnodesnumber of nodes in the "nodes" array TODO: Should be uint64 to match SPI_processed
upd_fieldsfields to be updated for the selected edges, see LWT_COL_NODE_* macros
Returns
number of nodes being updated or -1 on error (
See also
lastErrorMessage)

Definition at line 707 of file liblwgeom_topo.h.