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

Tile functions for temporal geometries. More...

Functions

Datum Stbox_get_space_tile (PG_FUNCTION_ARGS)
 Return a tile in the spatial grid of a spatiotemporal box @sqlfn getSpaceTile() More...
 
Datum Stbox_get_space_time_tile (PG_FUNCTION_ARGS)
 Return a tile in the spatiotemporal grid of a spatiotemporal box @sqlfn getSpaceTimeTile() More...
 
Datum Stbox_get_time_tile (PG_FUNCTION_ARGS)
 Return a tile in the temporal grid of a spatiotemporal box @sqlfn getTimeTile() More...
 
Datum Stbox_space_tiles (PG_FUNCTION_ARGS)
 Return the spatial grid of a spatiotemporal box @sqlfn spaceTiles() More...
 
Datum Stbox_space_time_tiles (PG_FUNCTION_ARGS)
 Return the spatiotemporal grid of a spatiotemporal box @sqlfn spaceTimeTiles() More...
 
Datum Stbox_time_tiles (PG_FUNCTION_ARGS)
 Return the temporal grid of a spatiotemporal box @sqlfn timeTiles() More...
 
Datum Tgeo_space_boxes (PG_FUNCTION_ARGS)
 Return the spatiotemporal boxes of a temporal geo split with respect to a spatial grid @sqlfn spaceBoxes() More...
 
Datum Tgeo_space_split (PG_FUNCTION_ARGS)
 Return a temporal geo split with respect to a spatial grid @sqlfn spaceSplit() More...
 
Datum Tgeo_space_time_boxes (PG_FUNCTION_ARGS)
 Return the spatiotemporal boxes of a temporal geo split with respect to a spatiotemporal grid @sqlfn spaceTimeBoxes() More...
 
Datum Tgeo_space_time_split (PG_FUNCTION_ARGS)
 Return a temporal geo split with respect to a spatiotemporal grid @sqlfn spaceTimeSplit() More...
 
Datum Tgeo_time_boxes (PG_FUNCTION_ARGS)
 Return the spatiotemporal boxes of a temporal geo split with respect to time bins @sqlfn timeBoxes() More...
 

Detailed Description

Tile functions for temporal geometries.