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

Bounding box functions for temporal geometries. More...

Modules

 Topological functions
 Topological functions for temporal geometries.
 
 Position functions
 Position functions for temporal geometries.
 

Functions

Datum Geo_split_each_n_stboxes (PG_FUNCTION_ARGS)
 Return an array of spatial boxes from the segments of a (multi)linestring @sqlfn splitEachNStboxes() More...
 
Datum Geo_split_n_stboxes (PG_FUNCTION_ARGS)
 Return an array of N spatial boxes from the segments of a (multi)linestring @sqlfn splitNStboxes() More...
 
Datum Geo_stboxes (PG_FUNCTION_ARGS)
 Return an array of spatial boxes from the segments of a (mult)linestring @sqlfn stboxes() More...
 
Datum Tgeo_split_each_n_stboxes (PG_FUNCTION_ARGS)
 Return an array of spatiotemporal boxes from the instants or segments of a spatiotemporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitEachNStboxes() More...
 
Datum Tgeo_split_n_stboxes (PG_FUNCTION_ARGS)
 Return an array of N spatiotemporal boxes from the instants or segments of a spatiotemporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn splitNStboxes() More...
 
Datum Tgeo_stboxes (PG_FUNCTION_ARGS)
 Return an array of spatiotemporal boxes from the instants or segments of a spatiotemporal value, where the choice between instants or segments depends, respectively, on whether the interpolation is discrete or continuous @sqlfn stboxes() More...
 

Detailed Description

Bounding box functions for temporal geometries.