PostGIS  2.4.9dev-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.

References CBT5.

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

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
Here is the caller graph for this function: