|
MobilityDB 1.1
|
#include <postgres.h>#include <liblwgeom.h>#include "general/temporal.h"#include "general/type_util.h"#include "point/stbox.h"
Go to the source code of this file.
Functions | |
| int | boxop_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, bool(*func)(const STBox *, const STBox *), bool invert) |
| Datum | boxop_tpoint_stbox (const Temporal *temp, const STBox *box, bool(*func)(const STBox *, const STBox *), bool invert) |
| bool | boxop_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2, bool(*func)(const STBox *, const STBox *)) |
| void | tgeogpointinstarr_set_stbox (const TInstant **instants, int count, interpType interp, STBox *box) |
| Set the spatiotemporal box from an array of temporal instant geography point. More... | |
| void | tgeogpointseq_expand_stbox (TSequence *seq, const TInstant *inst) |
| Expand the bounding box of a temporal geographic point sequence with an instant. More... | |
| void | tgeompointinstarr_set_stbox (const TInstant **inst, int count, STBox *box) |
| Set the spatiotemporal box from an array of temporal instant points. More... | |
| void | tgeompointseq_expand_stbox (TSequence *seq, const TInstant *inst) |
| Expand the bounding box of a temporal geometric point sequence with an instant. More... | |
| STBox * | tpoint_stboxes (const Temporal *temp, int *count) |
| Return an array of spatiotemporal boxes from a temporal point. More... | |
| void | tpointinst_set_stbox (const TInstant *inst, STBox *box) |
| Bounding box operators for temporal points. More... | |
| STBox * | tpointseq_stboxes (const TSequence *seq, int *count) |
| Return an array of spatiotemporal boxes from the segments of a temporal sequence point. More... | |
| void | tpointseqarr_set_stbox (const TSequence **seq, int count, STBox *box) |
| Set the spatiotemporal box from an array of temporal sequence points. More... | |
| STBox * | tpointseqset_stboxes (const TSequenceSet *ts, int *count) |
| Return an array of spatiotemporal boxes from the segments of a temporal sequence set point. More... | |