PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_mindistance2d()

double lwgeom_mindistance2d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initializing min distance calculation.

Definition at line 202 of file measures.c.

203 {
204  LWDEBUG(2, "lwgeom_mindistance2d is called");
205  return lwgeom_mindistance2d_tolerance( lw1, lw2, 0.0 );
206 }
#define LWDEBUG(level, msg)
Definition: lwgeom_log.h:83
double lwgeom_mindistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling min distance calculations and dwithin calculations.
Definition: measures.c:213

References LWDEBUG, and lwgeom_mindistance2d_tolerance().

Referenced by _lwt_AddLine(), _lwt_AddPoint(), LWGEOM_mindistance2d(), RASTER_nearestValue(), ST_DistanceRectTree(), and ST_DistanceRectTreeCached().

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