|
MobilityDB 1.1
|
#include <postgres.h>#include <utils/palloc.h>#include <fmgr.h>#include <catalog/pg_type.h>#include <liblwgeom.h>

Go to the source code of this file.
Functions | |
| Datum | boxop_geo_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
| Bounding box operators for temporal points. More... | |
| Datum | boxop_stbox_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
| Generic bounding box function for a spatiotemporal box and a temporal point. More... | |
| Datum | boxop_tpoint_geo_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
| Datum | boxop_tpoint_stbox_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
| Generic bounding box function for a temporal point and a spatiotemporal box. More... | |
| Datum | boxop_tpoint_tpoint_ext (FunctionCallInfo fcinfo, bool(*func)(const STBox *, const STBox *)) |
| Generic topological function for two temporal points. More... | |