|
MobilityDB 1.3
|
Bounding box functions for temporal geometries. More...
Modules | |
| Topological functions | |
| Topological functions for temporal geometries. | |
| Position functions | |
| Position functions for temporal geometries. | |
Functions | |
| GBOX * | line_gboxes (const GSERIALIZED *gs, int *count) |
| Return an array of N spatial boxes obtained by merging consecutive segments of a line. More... | |
| GBOX * | line_split_each_n_gboxes (const GSERIALIZED *gs, int elems_per_box, int *count) |
| Return an array of spatial boxes obtained by merging consecutive segments of a line. More... | |
| GBOX * | line_split_n_gboxes (const GSERIALIZED *gs, int box_count, int *count) |
| Return an array of N spatial boxes obtained by merging consecutive segments of a line. More... | |
| GBOX * | multiline_gboxes (const GSERIALIZED *gs, int *count) |
| Return an array of N spatial boxes obtained by merging consecutive segments of a multiline. More... | |
| GBOX * | multiline_split_each_n_gboxes (const GSERIALIZED *gs, int elems_per_box, int *count) |
| Return an array of spatial boxes obtained by merging consecutive segments of a multiline. More... | |
| GBOX * | multiline_split_n_gboxes (const GSERIALIZED *gs, int box_count, int *count) |
| Return an array of N spatial boxes obtained by merging consecutive segments of a multiline. More... | |
| void | tgeoinst_set_stbox (const TInstant *inst, STBox *box) |
| Return in the last argument the spatiotemporal box of a temporal geo instant. More... | |
| STBox * | tgeoinst_stboxes (const TInstant *inst) |
| Return a singleton array of spatiotemporal boxes from a temporal geo instant. More... | |
| void | tgeoinstarr_set_stbox (TInstant **instants, int count, STBox *box) |
| Return in the last argument the spatiotemporal box of an array of temporal geo instants. More... | |
| static STBox * | tgeoseq_split_each_n_stboxes (const TSequence *seq, int elems_per_box, int *count) |
| Return an array of spatiotemporal boxes obtained by merging consecutive instants or segments of a temporal geo sequence, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
| STBox * | tgeoseq_split_n_stboxes (const TSequence *seq, int box_count, int *count) |
| Return an array of N spatiotemporal boxes from the instants or segments of a temporal geo sequence, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
| STBox * | tgeoseq_stboxes (const TSequence *seq, int *count) |
| Return an array of spatiotemporal boxes from the instants or segments of a temporal geo sequence, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
| static STBox * | tgeoseqset_split_each_n_stboxes (const TSequenceSet *ss, int elems_per_box, int *count) |
| Return an array of spatiotemporal boxes obtained by merging consecutive segments of a temporal geo sequence set. More... | |
| STBox * | tgeoseqset_split_n_stboxes (const TSequenceSet *ss, int box_count, int *count) |
| Return an array of N spatiotemporal boxes from the segments of a temporal geo sequence set. More... | |
| STBox * | tgeoseqset_stboxes (const TSequenceSet *ss, int *count) |
| Return an array of spatiotemporal boxes from the segments of a temporal geo sequence set. More... | |
| void | tspatialinst_set_stbox (const TInstant *inst, STBox *box) |
| Return in the last argument the spatiotemporal box of a temporal spatial instant. More... | |
| void | tspatialseq_expand_stbox (TSequence *seq, const TInstant *inst) |
| Expand the bounding box of a spatiotemporal sequence with an additional instant. More... | |
| void | tspatialseq_set_stbox (const TSequence *seq, STBox *box) |
| Return in the last argument the spatiotemporal box of a temporal spatial sequence. More... | |
| void | tspatialseqarr_set_stbox (TSequence **sequences, int count, STBox *box) |
| Return in the last argument the spatiotemporal box of an array of temporal geo sequences. More... | |
| void | tspatialseqset_set_stbox (const TSequenceSet *ss, STBox *box) |
| Return in the last argument the spatiotemporal box of a temporal spatial sequence set. More... | |
Bounding box functions for temporal geometries.