MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Split functions for temporal geometries. More...

Functions

STBoxtgeo_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...
 
STBoxtgeo_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...
 
STBoxtgeo_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...
 

Detailed Description

Split functions for temporal geometries.