PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ DIST2DTEST

#define DIST2DTEST (   str1,
  str2,
  res 
)
Value:
do_test_mindistance_tolerance(str2, str1, res, __LINE__, lwgeom_mindistance2d_tolerance)
static void do_test_mindistance_tolerance(char *in1, char *in2, double expected_res, int line, double(*distancef)(const LWGEOM *, const LWGEOM *, double))
Definition: cu_measures.c:40
double lwgeom_mindistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling min distance calculations and dwithin calculations.
Definition: measures.c:213
tuple res
Definition: window.py:78

Definition at line 33 of file cu_measures.c.