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

◆ lwgeom_mindistance2d()

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

Function initializing min distance calculation.

Definition at line 212 of file measures.c.

213{
214 return lwgeom_mindistance2d_tolerance(lw1, lw2, 0.0);
215}
double lwgeom_mindistance2d_tolerance(const LWGEOM *lw1, const LWGEOM *lw2, double tolerance)
Function handling min distance calculations and dwithin calculations.
Definition measures.c:222

References lwgeom_mindistance2d_tolerance().

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

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