PostGIS
2.5.7dev-r@@SVN_REVISION@@
◆
LWGEOM_distance_ellipsoid()
Datum LWGEOM_distance_ellipsoid
(
PG_FUNCTION_ARGS
)
Definition at line
534
of file
lwgeom_spheroid.c
.
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
}
geometry_distance_spheroid
Datum geometry_distance_spheroid(PG_FUNCTION_ARGS)
Definition:
lwgeom_spheroid.c:483
References
geometry_distance_spheroid()
.
Here is the call graph for this function:
postgis
lwgeom_spheroid.c
Generated by
1.9.1