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

Transformation functions for temporal boxes. More...

Functions

TBoxtbox_expand_float (const TBox *box, const double d)
 Return a temporal box with the value span expanded/decreased by a double. More...
 
TBoxtbox_expand_int (const TBox *box, const int i)
 Return a temporal box with the value span expanded/decreased by an integer. More...
 
TBoxtbox_expand_time (const TBox *box, const Interval *interv)
 Return a temporal box with the time span expanded/decreased by an interval. More...
 
TBoxtbox_round (const TBox *box, int maxdd)
 Return a temporal box with the precision of the value span set to a number of decimal places. More...
 
TBoxtbox_shift_scale_float (const TBox *box, double shift, double width, bool hasshift, bool haswidth)
 Return a temporal box with the value span shifted and/or scaled by the values. More...
 
TBoxtbox_shift_scale_int (const TBox *box, int shift, int width, bool hasshift, bool haswidth)
 Return a temporal box with the value span shifted and/or scaled by the values. More...
 
TBoxtbox_shift_scale_time (const TBox *box, const Interval *shift, const Interval *duration)
 Return a temporal box with the value span shifted and/or scaled by the values. More...
 

Detailed Description

Transformation functions for temporal boxes.