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

◆ lwgeom_closest_line()

LWGEOM * lwgeom_closest_line ( const LWGEOM lw1,
const LWGEOM lw2 
)

Definition at line 43 of file measures.c.

44{
45 return lw_dist2d_distanceline(lw1, lw2, lw1->srid, DIST_MIN);
46}
LWGEOM * lw_dist2d_distanceline(const LWGEOM *lw1, const LWGEOM *lw2, int32_t srid, int mode)
Function initializing shortestline and longestline calculations.
Definition measures.c:96
#define DIST_MIN
Definition measures.h:44
int32_t srid
Definition liblwgeom.h:460

References DIST_MIN, lw_dist2d_distanceline(), and LWGEOM::srid.

Referenced by gserialized_distance_nd(), and LWGEOM_shortestline2d().

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