PostGIS
2.5.7dev-r@@SVN_REVISION@@
|
int(* LWT_BE_CALLBACKS_T::insertNodes) (const LWT_BE_TOPOLOGY *topo, LWT_ISO_NODE *nodes, int numelems) |
Insert nodes.
Insert node primitives in the topology, performing no consistency checks.
topo | the topology to act upon |
nodes | the nodes to insert. Those with a node_id set to -1 it will be replaced to an automatically assigned identifier |
nelems | number of elements in the nodes array TODO: Should be uint64 to match SPI_processed |
Definition at line 248 of file liblwgeom_topo.h.