PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
DIST2DTEST
#define DIST2DTEST
(
str1,
str2,
res
)
Value:
do_test_mindistance_tolerance
(str1, str2,
res
, __LINE__,
lwgeom_mindistance2d_tolerance
);\
do_test_mindistance_tolerance(str2, str1,
res
, __LINE__,
lwgeom_mindistance2d_tolerance
)
window.res
tuple res
Definition:
window.py:78
lwgeom_mindistance2d_tolerance
double lwgeom_mindistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling min distance calculations and dwithin calculations.
Definition:
measures.c:213
do_test_mindistance_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
Definition at line
33
of file
cu_measures.c
.
Referenced by
test_mindistance2d_tolerance()
.
liblwgeom
cunit
cu_measures.c
Generated by
1.8.13