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

Bounding box functions for temporal geometries. More...

Modules

 Topological functions
 Topological functions for temporal geometries.
 
 Position functions
 Position functions for temporal geometries.
 

Functions

GBOXline_gboxes (const GSERIALIZED *gs, int *count)
 Return an array of N spatial boxes obtained by merging consecutive segments of a line. More...
 
GBOXline_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...
 
GBOXline_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...
 
GBOXmultiline_gboxes (const GSERIALIZED *gs, int *count)
 Return an array of N spatial boxes obtained by merging consecutive segments of a multiline. More...
 
GBOXmultiline_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...
 
GBOXmultiline_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...
 
STBoxtgeoinst_stboxes (const TInstant *inst)
 Return a singleton array of spatiotemporal boxes from a temporal geo instant. More...
 
void tgeoinstarr_set_stbox (const TInstant **instants, int count, STBox *box)
 Return in the last argument the spatiotemporal box of an array of temporal geo instants. More...
 
static STBoxtgeoseq_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...
 
STBoxtgeoseq_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...
 
STBoxtgeoseq_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 STBoxtgeoseqset_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...
 
STBoxtgeoseqset_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...
 
STBoxtgeoseqset_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 (const 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...
 

Detailed Description

Bounding box functions for temporal geometries.