![]() |
MobilityDB 1.3
|
Transformation functions for box types. More...
Functions | |
void | stbox_expand (const STBox *box1, STBox *box2) |
Return the second spatiotemporal box expanded with the first one. More... | |
void | stbox_round_set (const STBox *box, int maxdd, STBox *result) |
Return in the last argument a spatiotemporal box with the precision set to a number of decimal places. More... | |
void | tbox_expand (const TBox *box1, TBox *box2) |
Return the second temporal box expanded with the first one. More... | |
TBox * | tbox_expand_value (const TBox *box, Datum value, meosType basetype) |
Return a temporal box with the value span expanded/decreased by a value. More... | |
TBox * | tbox_shift_scale_value (const TBox *box, Datum shift, Datum width, bool hasshift, bool haswidth) |
Return a temporal box with the value span shifted and/or scaled by the values. More... | |
Transformation functions for box types.