|
MobilityDB 1.1
|
#include "point/tpoint.h"#include <meos.h>#include <meos_internal.h>#include "general/temporaltypes.h"#include "general/lifting.h"#include "general/temporal_compops.h"#include "point/tpoint_parser.h"#include "point/tpoint_boxops.h"#include "point/tpoint_spatialfuncs.h"
Functions | |
| STBox * | geo_expand_space (const GSERIALIZED *gs, double d) |
| Return the bounding box of a temporal point expanded on the spatial dimension. More... | |
| GSERIALIZED * | gserialized_copy (const GSERIALIZED *g) |
| General functions for temporal points. More... | |
| Temporal * | tcomp_tpoint_point (const Temporal *temp, const GSERIALIZED *gs, Datum(*func)(Datum, Datum, meosType, meosType), bool invert) |
| Return the temporal comparison of a temporal point and a point. More... | |
| STBox * | tpoint_expand_space (const Temporal *temp, double d) |
| Return the bounding box of a temporal point expanded on the spatial dimension. More... | |
| STBox * | tpoint_to_stbox (const Temporal *temp) |
| Return the bounding box of a temporal point. More... | |