PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ lwgeom_furthest_line_3d()

LWGEOM* lwgeom_furthest_line_3d ( LWGEOM lw1,
LWGEOM lw2 
)

Definition at line 94 of file measures3d.c.

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

Referenced by LWGEOM_longestline3d().

95 {
96  return lw_dist3d_distanceline(lw1, lw2, lw1->srid, DIST_MAX);
97 }
int32_t srid
Definition: liblwgeom.h:399
LWGEOM * lw_dist3d_distanceline(const LWGEOM *lw1, const LWGEOM *lw2, int srid, int mode)
Function initializing 3dshortestline and 3dlongestline calculations.
Definition: measures3d.c:110
#define DIST_MAX
Definition: measures.h:43
Here is the call graph for this function:
Here is the caller graph for this function: