|
MobilityDB 1.1
|
Cast functions for box types. More...

Functions | |
| void | float_set_tbox (double d, TBox *box) |
| Set a temporal box from a float. More... | |
| bool | geo_set_stbox (const GSERIALIZED *gs, STBox *box) |
| Set a spatiotemporal box from a geometry/geography. More... | |
| void | int_set_tbox (int i, TBox *box) |
| Set a temporal box from an integer. More... | |
| void | number_set_tbox (Datum value, meosType basetype, TBox *box) |
| Set a temporal box from a number. More... | |
| void | numset_set_tbox (const Set *s, TBox *box) |
| Set a temporal box from a number set. More... | |
| void | numspan_set_tbox (const Span *s, TBox *box) |
| Set a temporal box from a number span. More... | |
| void | numspanset_set_tbox (const SpanSet *ss, TBox *box) |
| Set a temporal box from a span set. More... | |
| void | period_set_stbox (const Span *p, STBox *box) |
| Set a spatiotemporal box from a period. More... | |
| void | period_set_tbox (const Span *p, TBox *box) |
| Set a temporal box from a period. More... | |
| void | periodset_set_stbox (const SpanSet *ps, STBox *box) |
| Set a spatiotemporal box from a period set. More... | |
| void | periodset_set_tbox (const SpanSet *ps, TBox *box) |
| Set a temporal box from a period set. More... | |
| void | stbox_set_box3d (const STBox *box, BOX3D *box3d) |
| Set a PostGIS BOX3D from a spatiotemporal box. More... | |
| void | stbox_set_gbox (const STBox *box, GBOX *gbox) |
| Set a PostGIS GBOX from a spatiotemporal box. More... | |
| void | timestamp_set_stbox (TimestampTz t, STBox *box) |
| Set a spatiotemporal box from a timestamp. More... | |
| void | timestamp_set_tbox (TimestampTz t, TBox *box) |
| Set a temporal box from a timestamp. More... | |
| void | tstzset_set_stbox (const Set *ts, STBox *box) |
| Set a spatiotemporal box from a timestamp set. More... | |
| void | tstzset_set_tbox (const Set *s, TBox *box) |
| Set a temporal box from a timestamp set. More... | |
Cast functions for box types.