PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ lwgeom_furthest_point()

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

Definition at line 58 of file measures.c.

59 {
60  return lw_dist2d_distancepoint(lw1, lw2, lw1->srid, DIST_MAX);
61 }
LWGEOM * lw_dist2d_distancepoint(const LWGEOM *lw1, const LWGEOM *lw2, int32_t srid, int mode)
Function initializing closestpoint calculations.
Definition: measures.c:128
#define DIST_MAX
Definition: measures.h:43
int32_t srid
Definition: liblwgeom.h:446

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

Here is the call graph for this function: