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

Functions | |
| STBox * | stbox_copy (const STBox *box) |
| Return a copy of a spatiotemporal box. More... | |
| STBox * | stbox_make (bool hasx, bool hasz, bool geodetic, int32 srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, const Span *p) |
| Construct a spatiotemporal box from the arguments. More... | |
| void | stbox_set (bool hasx, bool hasz, bool geodetic, int32 srid, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, const Span *p, STBox *box) |
| Set a spatiotemporal box from the arguments. More... | |
| TBox * | tbox_copy (const TBox *box) |
| Return a copy of a temporal box. More... | |
| TBox * | tbox_make (const Span *p, const Span *s) |
| Construct a temporal box from the arguments. More... | |
| void | tbox_set (const Span *p, const Span *s, TBox *box) |
| Set a temporal box from the arguments. More... | |
Constructor functions for box types.