PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_maxdistance2d()

double lwgeom_maxdistance2d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initializing max distance calculation.

Definition at line 169 of file measures.c.

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

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: