PostGIS
3.0.6dev-r@@SVN_REVISION@@
◆
geography_intersects()
Datum geography_intersects
(
PG_FUNCTION_ARGS
)
Definition at line
326
of file
geography_measurement.c
.
327
{
328
PG_RETURN_BOOL(CallerFInfoFunctionCall2(
329
geography_dwithin
, fcinfo->flinfo, InvalidOid,
330
PG_GETARG_DATUM(0), PG_GETARG_DATUM(1)));
331
}
geography_dwithin
Datum geography_dwithin(PG_FUNCTION_ARGS)
Definition:
geography_measurement.c:275
References
geography_dwithin()
.
Here is the call graph for this function:
postgis
geography_measurement.c
Generated by
1.9.1