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

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...
 
TBoxtbox_expand_value (const TBox *box, Datum value, meosType basetype)
 Return a temporal box with the value span expanded/decreased by a value. More...
 
TBoxtbox_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...
 

Detailed Description

Transformation functions for box types.