PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ LWGEOM_distance_ellipsoid()

Datum LWGEOM_distance_ellipsoid ( PG_FUNCTION_ARGS  )

Definition at line 534 of file lwgeom_spheroid.c.

References geometry_distance_spheroid(), LWGEOM_distance_sphere(), PG_FUNCTION_INFO_V1(), and TRUE.

Referenced by geometry_distance_spheroid().

535 {
536  PG_RETURN_DATUM(DirectFunctionCall4(geometry_distance_spheroid,
537  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), PG_GETARG_DATUM(2), BoolGetDatum(TRUE)));
538 }
Datum geometry_distance_spheroid(PG_FUNCTION_ARGS)
#define TRUE
Definition: dbfopen.c:169
Here is the call graph for this function:
Here is the caller graph for this function: