PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ updateEdgesById

int(* LWT_BE_CALLBACKS_T::updateEdgesById) (const LWT_BE_TOPOLOGY *topo, const LWT_ISO_EDGE *edges, int numedges, int upd_fields)

Update edges by id.

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

Definition at line 635 of file liblwgeom_topo.h.