![]() |
MobilityDB 1.3
|
Position functions for spatiotemporal boxes. More...
Functions | |
Datum | Above_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is above of the second one @sqlfn temporal_below() More... | |
Datum | After_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is after the second one @sqlfn temporal_below() More... | |
Datum | Back_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is at the back of the second one @sqlfn temporal_below() More... | |
Datum | Before_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is before the second one @sqlfn temporal_below() More... | |
Datum | Below_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is below the second one @sqlfn temporal_below() More... | |
Datum | Front_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is in front of the second one @sqlfn temporal_below() More... | |
Datum | Left_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is to the left of the second one @sqlfn temporal_below() More... | |
Datum | Overabove_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend below of the second one @sqlfn temporal_below() More... | |
Datum | Overafter_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is not before the second one @sqlfn temporal_below() More... | |
Datum | Overback_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the front of the second one @sqlfn temporal_below() More... | |
Datum | Overbefore_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is not after the second one @sqlfn temporal_below() More... | |
Datum | Overbelow_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend above of the second one @sqlfn temporal_below() More... | |
Datum | Overfront_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the back of the second one @sqlfn temporal_below() More... | |
Datum | Overleft_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the right of the second one @sqlfn temporal_below() More... | |
Datum | Overright_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatio temporal box does not extend to the left of the second one @sqlfn temporal_below() More... | |
Datum | Right_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is to the right of the second one @sqlfn temporal_below() More... | |
Position functions for spatiotemporal boxes.