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

Transformation functions for spatiotemporal boxes. More...

Functions

Datum Stbox_expand_space (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the space bounds expanded/shrinked by a double @sqlfn expandSpace() More...
 
Datum Stbox_expand_time (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the time span expanded/shrinked by an interval @sqlfn Stbox_expand_time() More...
 
Datum Stbox_get_space (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with only the space bounds @sqlfn getSpace() More...
 
Datum Stbox_quad_split (PG_FUNCTION_ARGS)
 Return a spatiotemporal box split with respect to its space bounds in four quadrants (2D) or eight octants (3D) @sqlfn stbox_intersection() More...
 
Datum Stbox_round (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the precision of the space bounds set to a number of decimal values @sqlfn round() More...
 
Datum Stbox_scale_time (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the time span scaled by an interval @sqlfn scaleTime() More...
 
Datum Stbox_shift_scale_time (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the time span shifted and scaled by two intervals @sqlfn shiftScaleTime() More...
 
Datum Stbox_shift_time (PG_FUNCTION_ARGS)
 Return a spatiotemporal box with the time span shifted by an interval @sqlfn shiftTime() More...
 
Datum Stboxarr_round (PG_FUNCTION_ARGS)
 Return an array of temporal points with the precision of the coordinates set to a number of decimal places @sqlfn round() More...
 
Datum Tstzspan_expand (PG_FUNCTION_ARGS)
 Return a timstamptz span expanded/shrinked by an interval @sqlfn expand() More...
 

Detailed Description

Transformation functions for spatiotemporal boxes.