![]() |
MobilityDB 1.3
|
Split functions for temporal geometries. More...
Functions | |
STBox * | tgeo_split_each_n_stboxes (const Temporal *temp, int elems_per_box, int *count) |
Return an array of spatiotemporal boxes obtained by merging consecutive instants or segments of a temporal geo, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
STBox * | tgeo_split_n_stboxes (const Temporal *temp, int box_count, int *count) |
Return an array of N spatiotemporal boxes obtained by merging consecutive instants or segments of a temporal geo, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
STBox * | tgeo_stboxes (const Temporal *temp, int *count) |
Return an array of spatiotemporal boxes from the instants or segments of a temporal geo, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous. More... | |
Split functions for temporal geometries.