|
MobilityDB 1.1
|
#include "point/tpoint.h"#include "general/lifting.h"#include "general/meos_catalog.h"#include "general/temporaltypes.h"#include "general/temporal_compops.h"#include "general/type_util.h"#include "point/stbox.h"#include "point/tpoint_parser.h"#include "point/tpoint_boxops.h"#include "point/tpoint_spatialfuncs.h"
Functions | |
| Temporal * | teq_geo_tpoint (const GSERIALIZED *geo, const Temporal *tpoint) |
| General functions for temporal points. More... | |
| Temporal * | teq_tpoint_geo (const Temporal *tpoint, const GSERIALIZED *geo) |
| Return the temporal equality of a temporal point and a point. More... | |
| Temporal * | tne_geo_tpoint (const GSERIALIZED *geo, const Temporal *tpoint) |
| Return the temporal difference of a point and a temporal point. More... | |
| Temporal * | tne_tpoint_geo (const Temporal *tpoint, const GSERIALIZED *geo) |
| Return the temporal difference of the temporal point and a point. More... | |