PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ deleteNodesById

int(* LWT_BE_CALLBACKS_T::deleteNodesById) (const LWT_BE_TOPOLOGY *topo, const LWT_ELEMID *ids, int numelems)

Delete nodes by id.

Parameters
topothe topology to act upon
idsan array of node identifiers
numelemsnumber of node identifiers in the ids array TODO: Should be uint64 to match SPI_processed
Returns
number of nodes being deleted or -1 on error (
See also
lastErrorMessage)

Definition at line 764 of file liblwgeom_topo.h.