PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_maxdistance2d()

double lwgeom_maxdistance2d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initialazing max distance calculation.

Definition at line 169 of file measures.c.

References LWDEBUG, and lwgeom_maxdistance2d_tolerance().

Referenced by LWGEOM_maxdistance2d_linestring().

170 {
171  LWDEBUG(2, "lwgeom_maxdistance2d is called");
172 
173  return lwgeom_maxdistance2d_tolerance( lw1, lw2, 0.0 );
174 }
double lwgeom_maxdistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling max distance calculations and dfyllywithin calculations.
Definition: measures.c:181
#define LWDEBUG(level, msg)
Definition: lwgeom_log.h:83
Here is the call graph for this function:
Here is the caller graph for this function: