![]() |
MobilityDB 1.3
|
Topological functions for spatiotemporal boxes. More...
Functions | |
Datum | Adjacent_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if two spatiotemporal boxes are adjacent @sqlfn stbox_adjacent() More... | |
Datum | Contained_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is contained in the second one @sqlfn stbox_contained() More... | |
Datum | Contains_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box contains the second one @sqlfn stbox_contains() More... | |
Datum | Overlaps_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if two spatiotemporal boxes overlap @sqlfn stbox_overlaps() More... | |
Datum | Same_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if two spatiotemporal boxes are equal in the common dimensions @sqlfn stbox_same() More... | |
Topological functions for spatiotemporal boxes.