PostGIS  3.0.6dev-r@@SVN_REVISION@@

◆ LWGEOM_distance_ellipsoid()

Datum LWGEOM_distance_ellipsoid ( PG_FUNCTION_ARGS  )

Definition at line 532 of file lwgeom_spheroid.c.

533 {
534  PG_RETURN_DATUM(DirectFunctionCall4(geometry_distance_spheroid,
535  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), PG_GETARG_DATUM(2), BoolGetDatum(true)));
536 }
Datum geometry_distance_spheroid(PG_FUNCTION_ARGS)

References geometry_distance_spheroid().

Here is the call graph for this function: