PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_furthest_line()

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

Definition at line 48 of file measures.c.

49 {
50  return lw_dist2d_distanceline(lw1, lw2, lw1->srid, DIST_MAX);
51 }
LWGEOM * lw_dist2d_distanceline(const LWGEOM *lw1, const LWGEOM *lw2, int srid, int mode)
Function initializing shortestline and longestline calculations.
Definition: measures.c:84
#define DIST_MAX
Definition: measures.h:43
int32_t srid
Definition: liblwgeom.h:402

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

Referenced by LWGEOM_longestline2d().

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