PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ insertEdges

int(* LWT_BE_CALLBACKS_T::insertEdges) (const LWT_BE_TOPOLOGY *topo, LWT_ISO_EDGE *edges, int numelems)

Insert edges.

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

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

Definition at line 329 of file liblwgeom_topo.h.