![]() |
MobilityDB 1.3
|
Constructor functions for spatiotemporal boxes. More...
Functions | |
STBox * | geo_timestamptz_to_stbox (const GSERIALIZED *gs, TimestampTz t) |
Return a spatiotemporal box from a geometry/geography and a timestamptz. More... | |
STBox * | geo_tstzspan_to_stbox (const GSERIALIZED *gs, const Span *s) |
Return a spatiotemporal box from a geometry/geography and a timestamptz span. More... | |
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 *s) |
Return a spatiotemporal box from the arguments. More... | |
Constructor functions for spatiotemporal boxes.