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

Conversion functions for spatiotemporal boxes. More...

Functions

STBoxbox3d_to_stbox (const BOX3D *box)
 Convert a BOX3D into a spatiotemporal box. More...
 
STBoxgbox_to_stbox (const GBOX *box)
 Convert a GBOX into a spatiotemporal box. More...
 
STBoxgeo_to_stbox (const GSERIALIZED *gs)
 Convert a geometry/geography into a spatiotemporal box. More...
 
STBoxspatialset_to_stbox (const Set *s)
 Convert a spatiotemporal set into a spatiotemporal box. More...
 
BOX3Dstbox_to_box3d (const STBox *box)
 Convert a spatiotemporal box into a BOX3D More...
 
GBOXstbox_to_gbox (const STBox *box)
 Convert a spatiotemporal box into a GBOX More...
 
GSERIALIZEDstbox_to_geo (const STBox *box)
 Return a spatiotemporal box converted as a geometry/geography. More...
 
Spanstbox_to_tstzspan (const STBox *box)
 Convert a spatiotemporal box into a timestamptz span. More...
 
STBoxtimestamptz_to_stbox (TimestampTz t)
 Convert a timestamptz into a spatiotemporal box. More...
 
STBoxtstzset_to_stbox (const Set *s)
 Convert a timestamptz set into a spatiotemporal box. More...
 
STBoxtstzspan_to_stbox (const Span *s)
 Convert a timestamptz span into a spatiotemporal box. More...
 
STBoxtstzspanset_to_stbox (const SpanSet *ss)
 Convert a timestamptz span set into a spatiotemporal box. More...
 

Detailed Description

Conversion functions for spatiotemporal boxes.