MobilityDB 1.1
|
Transformation functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Stbox_expand_space (PG_FUNCTION_ARGS) |
Return a spatiotemporal box expanded in the spatial dimension of by a double. More... | |
PGDLLEXPORT Datum | Stbox_expand_time (PG_FUNCTION_ARGS) |
Return a spatiotemporal box expanded in the temporal dimension by an interval. More... | |
PGDLLEXPORT Datum | Stbox_round (PG_FUNCTION_ARGS) |
Sets the precision of the coordinates of a spatiotemporal box. More... | |
PGDLLEXPORT Datum | Tbox_expand_time (PG_FUNCTION_ARGS) |
Return a temporal box expanded in the time dimension by an interval. More... | |
PGDLLEXPORT Datum | Tbox_expand_value (PG_FUNCTION_ARGS) |
Return a temporal box expanded in the value dimension by a double. More... | |
PGDLLEXPORT Datum | Tbox_round (PG_FUNCTION_ARGS) |
Set the precision of the value dimension of the temporal box to the number of decimal places. More... | |
Transformation functions for box types.