PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwt_be_getNodeWithinDistance2D()

LWT_ISO_NODE* lwt_be_getNodeWithinDistance2D ( LWT_TOPOLOGY topo,
LWPOINT pt,
double  dist,
int *  numelems,
int  fields,
int  limit 
)

Definition at line 163 of file lwgeom_topo.c.

166 {
167  CBT5(topo, getNodeWithinDistance2D, pt, dist, numelems, fields, limit);
168 }
#define CBT5(to, method, a1, a2, a3, a4, a5)
Definition: lwgeom_topo.c:111

References CBT5.

Referenced by _lwt_AddPoint(), lwt_be_ExistsCoincidentNode(), and lwt_GetNodeByPoint().

Here is the caller graph for this function: