PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ deleteFacesById

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

Delete faces by id.

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

Definition at line 724 of file liblwgeom_topo.h.