PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ intersects()

Datum intersects ( PG_FUNCTION_ARGS  )

Definition at line 169 of file lwgeom_backend_api.c.

References intersection(), lwgeom_backend_definition::intersects_fn, and PG_FUNCTION_INFO_V1().

Referenced by lw_dist3d_ptarray_poly(), and lwgeom_init_backend().

170 {
171  return (*lwgeom_backend->intersects_fn)( fcinfo );
172 }
struct lwgeom_backend_definition * lwgeom_backend
Datum(* intersects_fn)(PG_FUNCTION_ARGS)
Here is the call graph for this function:
Here is the caller graph for this function: