PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches

◆ lwgeom_maxdistance2d()

double lwgeom_maxdistance2d ( const LWGEOM lw1,
const LWGEOM lw2 
)
extern

Function initializing max distance calculation.

Definition at line 180 of file measures.c.

181{
182 LWDEBUG(2, "lwgeom_maxdistance2d is called");
183
184 return lwgeom_maxdistance2d_tolerance(lw1, lw2, 0.0);
185}
#define LWDEBUG(level, msg)
Definition lwgeom_log.h:101
double lwgeom_maxdistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling max distance calculations and dfullywithin calculations.
Definition measures.c:192

References LWDEBUG, and lwgeom_maxdistance2d_tolerance().

Referenced by LWGEOM_maxdistance2d_linestring().

Here is the call graph for this function:
Here is the caller graph for this function: