![]() |
MobilityDB 1.3
|
Conversion functions for spatiotemporal boxes. More...
Functions | |
STBox * | box3d_to_stbox (const BOX3D *box) |
Convert a BOX3D into a spatiotemporal box. More... | |
STBox * | gbox_to_stbox (const GBOX *box) |
Convert a GBOX into a spatiotemporal box. More... | |
STBox * | geo_to_stbox (const GSERIALIZED *gs) |
Convert a geometry/geography into a spatiotemporal box. More... | |
STBox * | spatialset_to_stbox (const Set *s) |
Convert a spatiotemporal set into a spatiotemporal box. More... | |
BOX3D * | stbox_to_box3d (const STBox *box) |
Convert a spatiotemporal box into a BOX3D More... | |
GBOX * | stbox_to_gbox (const STBox *box) |
Convert a spatiotemporal box into a GBOX More... | |
GSERIALIZED * | stbox_to_geo (const STBox *box) |
Return a spatiotemporal box converted as a geometry/geography. More... | |
Span * | stbox_to_tstzspan (const STBox *box) |
Convert a spatiotemporal box into a timestamptz span. More... | |
STBox * | timestamptz_to_stbox (TimestampTz t) |
Convert a timestamptz into a spatiotemporal box. More... | |
STBox * | tstzset_to_stbox (const Set *s) |
Convert a timestamptz set into a spatiotemporal box. More... | |
STBox * | tstzspan_to_stbox (const Span *s) |
Convert a timestamptz span into a spatiotemporal box. More... | |
STBox * | tstzspanset_to_stbox (const SpanSet *ss) |
Convert a timestamptz span set into a spatiotemporal box. More... | |
Conversion functions for spatiotemporal boxes.