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

◆ lwt_be_ExistsEdgeIntersectingPoint()

LWT_ELEMID lwt_be_ExistsEdgeIntersectingPoint ( LWT_TOPOLOGY topo,
const LWPOINT pt 
)

Definition at line 452 of file lwgeom_topo.c.

453{
454 uint64_t exists = 0;
455 lwt_be_getEdgeWithinDistance2D(topo, pt, 0, &exists, 0, -1);
456 if (exists == UINT64_MAX)
457 {
459 return 0;
460 }
461 return exists;
462}
#define PGTOPO_BE_ERROR()
LWT_ISO_EDGE * lwt_be_getEdgeWithinDistance2D(LWT_TOPOLOGY *topo, const LWPOINT *pt, double dist, uint64_t *numelems, int fields, int64_t limit)

References lwt_be_getEdgeWithinDistance2D(), and PGTOPO_BE_ERROR.

Referenced by _lwt_AddIsoNode(), and lwt_MoveIsoNode().

Here is the call graph for this function:
Here is the caller graph for this function: