PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ insertFaces

int(* LWT_BE_CALLBACKS_T::insertFaces) (const LWT_BE_TOPOLOGY *topo, LWT_ISO_FACE *faces, int numelems)

Insert faces.

Insert face primitives in the topology, performing no consistency checks.

Parameters
topothe topology to act upon
facesthe faces to insert. Those with a node_id set to -1 it will be replaced to an automatically assigned identifier
nelemsnumber of elements in the faces array TODO: Should be uint64 to match SPI_processed
Returns
number of inserted faces, or -1 (
See also
lastErrorMessage)

Definition at line 566 of file liblwgeom_topo.h.