PostGIS  3.4.0dev-r@@SVN_REVISION@@

◆ geography_intersects()

Datum geography_intersects ( PG_FUNCTION_ARGS  )

Definition at line 318 of file geography_measurement.c.

319 {
320  PG_RETURN_BOOL(CallerFInfoFunctionCall2(
321  geography_dwithin, fcinfo->flinfo, InvalidOid,
322  PG_GETARG_DATUM(0), PG_GETARG_DATUM(1)));
323 }
Datum geography_dwithin(PG_FUNCTION_ARGS)

References geography_dwithin().

Here is the call graph for this function: