PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ intersection()

Datum intersection ( PG_FUNCTION_ARGS  )

Definition at line 175 of file lwgeom_backend_api.c.

References difference(), lwgeom_backend_definition::intersection_fn, and PG_FUNCTION_INFO_V1().

Referenced by intersects().

176 {
177  return (*lwgeom_backend->intersection_fn)( fcinfo );
178 }
struct lwgeom_backend_definition * lwgeom_backend
Datum(* intersection_fn)(PG_FUNCTION_ARGS)
Here is the call graph for this function:
Here is the caller graph for this function: