PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ 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 4180 of file lwgeom_topo.c.

4181 {
4182  return _lwt_RemEdge( topo, edge_id, 0 );
4183 }
static LWT_ELEMID _lwt_RemEdge(LWT_TOPOLOGY *topo, LWT_ELEMID edge_id, int modFace)
Definition: lwgeom_topo.c:3796

References _lwt_RemEdge().

Here is the call graph for this function: