PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_mindistance2d()

double lwgeom_mindistance2d ( const LWGEOM lw1,
const LWGEOM lw2 
)

Function initialazing min distance calculation.

Definition at line 202 of file measures.c.

References LWDEBUG, and lwgeom_mindistance2d_tolerance().

Referenced by LWGEOM_mindistance2d(), lwmpoint_remove_repeated_points(), lwt_AddLine(), lwt_AddPoint(), and RASTER_nearestValue().

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
Here is the call graph for this function:
Here is the caller graph for this function: