PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ lwgeom_backends

Initial value:
= {
{ .name = "geos",
.intersects_fn = geos_intersects,
.intersects3d_fn = intersects3d_dwithin,
.intersection_fn = geos_intersection,
.difference_fn = geos_difference,
.union_fn = geos_geomunion,
.area_fn = LWGEOM_area_polygon,
.distance_fn = LWGEOM_mindistance2d,
.distance3d_fn = LWGEOM_mindistance3d
},
}
Datum intersects3d_dwithin(PG_FUNCTION_ARGS)
Datum LWGEOM_mindistance2d(PG_FUNCTION_ARGS)
Datum LWGEOM_area_polygon(PG_FUNCTION_ARGS)
Datum LWGEOM_mindistance3d(PG_FUNCTION_ARGS)
Datum geos_geomunion(PG_FUNCTION_ARGS)
Datum geos_intersects(PG_FUNCTION_ARGS)
Datum geos_difference(PG_FUNCTION_ARGS)
Datum geos_intersection(PG_FUNCTION_ARGS)

Definition at line 49 of file lwgeom_backend_api.c.

Referenced by lwgeom_backend_switch(), and lwgeom_init_backend().