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

Topological functions for temporal geometries. More...

Functions

Datum Adjacent_stbox_tspatial (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box and the spatiotemporal box of a spatiotemporal value are adjacent @sqlfn adjacent_bbox() More...
 
Datum Adjacent_tspatial_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of a spatiotemporal value and a spatiotemporal box are adjacent @sqlfn adjacent_bbox() More...
 
Datum Adjacent_tspatial_tspatial (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes of two spatiotemporal values are adjacent @sqlfn adjacent_bbox() More...
 
Datum Contained_stbox_tspatial (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is contained in the spatiotemporal box of a spatiotemporal value @sqlfn contained_bbox() More...
 
Datum Contained_tspatial_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of a spatiotemporal value is contained in the spatiotemporal box @sqlfn contained_bbox() More...
 
Datum Contained_tspatial_tspatial (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of the first spatiotemporal value is contained in the one of the second spatiotemporal value @sqlfn contained_bbox() More...
 
Datum Contains_stbox_tspatial (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box contains the one of a temporal point @sqlfn contains_bbox() More...
 
Datum Contains_tspatial_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of a spatiotemporal value contains a spatiotemporal box @sqlfn contains_bbox() More...
 
Datum Contains_tspatial_tspatial (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of the first spatiotemporal value contains the one of the second spatiotemporal value @sqlfn contains_bbox() More...
 
Datum Overlaps_stbox_tspatial (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box and the spatiotemporal box of a spatiotemporal value overlap @sqlfn overlaps_bbox() More...
 
Datum Overlaps_tspatial_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of a spatiotemporal value and a spatiotemporal box overlap @sqlfn overlaps_bbox() More...
 
Datum Overlaps_tspatial_tspatial (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes of two spatiotemporal values overlap @sqlfn overlaps_bbox() More...
 
Datum Same_stbox_tspatial (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box and the spatiotemporal box of a spatiotemporal value are equal in the common dimensions @sqlfn same_bbox() More...
 
Datum Same_tspatial_stbox (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal box of a spatiotemporal value and a spatiotemporal box are equal in the common dimensions @sqlfn same_bbox() More...
 
Datum Same_tspatial_tspatial (PG_FUNCTION_ARGS)
 Return true if the spatiotemporal boxes of two spatiotemporal values are equal in the common dimensions @sqlfn same_bbox() More...
 

Detailed Description

Topological functions for temporal geometries.