PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwt_RemEdgeNewFace()

LWT_ELEMID lwt_RemEdgeNewFace ( LWT_TOPOLOGY topo,
LWT_ELEMID  edge 
)

Remove an edge, possibly merging two faces (replacing both with a new one)

For ST_RemEdgeNewFace

Parameters
topothe topology to operate on
edgeidentifier of the edge to be removed
Returns
the id of newly created face, 0 if no new face was created or -1 on error

Definition at line 4481 of file lwgeom_topo.c.

4482{
4483 return _lwt_RemEdge( topo, edge_id, 0 );
4484}
static LWT_ELEMID _lwt_RemEdge(LWT_TOPOLOGY *topo, LWT_ELEMID edge_id, int modFace)

References _lwt_RemEdge().

Here is the call graph for this function: