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

Conversion functions for spatiotemporal boxes. More...

Functions

Datum Box2d_to_stbox (PG_FUNCTION_ARGS)
 Convert a PostGIS box2d into a spatiotemporal box @sqlfn stbox() More...
 
Datum Box3d_to_stbox (PG_FUNCTION_ARGS)
 Convert a PostGIS box3d into a spatiotemporal box @sqlfn stbox() More...
 
Datum Geo_timestamptz_to_stbox (PG_FUNCTION_ARGS)
 Return a spatiotemporal box constructed from a geometry/geography and a timestamptz @sqlfn stbox() More...
 
Datum Geo_to_stbox (PG_FUNCTION_ARGS)
 Convert a geometry/geography into a spatiotemporal box @sqlfn stbox() More...
 
Datum Geo_tstzspan_to_stbox (PG_FUNCTION_ARGS)
 Return a spatiotemporal box constructed from a geometry/geography and a timestamptz span @sqlfn stbox() More...
 
Datum Stbox_to_box2d (PG_FUNCTION_ARGS)
 Convert a spatiotemporal box into a PostGIS box2d @sqlfn box2d() More...
 
Datum Stbox_to_box3d (PG_FUNCTION_ARGS)
 Convert a spatiotemporal box into a PostGIS box3d @sqlfn box3d() More...
 
Datum Stbox_to_geo (PG_FUNCTION_ARGS)
 Convert a spatiotemporal box into a PostGIS geometry/geography @sqlfn geometry() More...
 
Datum Stbox_to_tstzspan (PG_FUNCTION_ARGS)
 Convert a spatiotemporal box into a timestamptz span @sqlfn timeSpan() More...
 
Datum Timestamptz_to_stbox (PG_FUNCTION_ARGS)
 Convert a timestamptz into a spatiotemporal box @sqlfn stbox() More...
 
Datum Tstzset_to_stbox (PG_FUNCTION_ARGS)
 Convert a timestamptz set into a spatiotemporal box @sqlfn stbox() More...
 
Datum Tstzspan_to_stbox (PG_FUNCTION_ARGS)
 Convert a timestamptz span into a spatiotemporal box @sqlfn stbox() More...
 
Datum Tstzspanset_to_stbox (PG_FUNCTION_ARGS)
 Convert a timestamptz span set into a spatiotemporal box @sqlfn stbox() More...
 

Detailed Description

Conversion functions for spatiotemporal boxes.