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

◆ tgeoseqset_split_n_stboxes()

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.

Parameters
[in]ssTemporal sequence set
[in]box_countNumber of boxes
[out]countNumber of elements in the output array
Returns
If ss->totalcount <= box_count, the result contains one box per segment. Otherwise, consecutive input segments are combined into a single box in the result to reach the given number of boxes.