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

Constructor functions for spatiotemporal boxes. More...

Functions

STBoxgeo_timestamptz_to_stbox (const GSERIALIZED *gs, TimestampTz t)
 Return a spatiotemporal box from a geometry/geography and a timestamptz. More...
 
STBoxgeo_tstzspan_to_stbox (const GSERIALIZED *gs, const Span *s)
 Return a spatiotemporal box from a geometry/geography and a timestamptz span. More...
 
STBoxstbox_copy (const STBox *box)
 Return a copy of a spatiotemporal box. More...
 
STBoxstbox_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...
 

Detailed Description

Constructor functions for spatiotemporal boxes.