PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwt_be_getEdgeWithinDistance2D()

LWT_ISO_EDGE* lwt_be_getEdgeWithinDistance2D ( LWT_TOPOLOGY topo,
LWPOINT pt,
double  dist,
int *  numelems,
int  fields,
int  limit 
)

Definition at line 260 of file lwgeom_topo.c.

263 {
264  CBT5(topo, getEdgeWithinDistance2D, pt, dist, numelems, fields, limit);
265 }
#define CBT5(to, method, a1, a2, a3, a4, a5)
Definition: lwgeom_topo.c:111

References CBT5.

Referenced by _lwt_AddPoint(), lwt_be_ExistsEdgeIntersectingPoint(), lwt_GetEdgeByPoint(), and lwt_GetFaceByPoint().

Here is the caller graph for this function: