MobilityDB 1.1
|
Position functions for box types. More...
Functions | |
PGDLLEXPORT Datum | Above_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly above of the second one. More... | |
PGDLLEXPORT Datum | After_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly after the second one. More... | |
PGDLLEXPORT Datum | After_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is strictly after the second one. More... | |
PGDLLEXPORT Datum | Back_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly back of the second one. More... | |
PGDLLEXPORT Datum | Before_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly before the second one. More... | |
PGDLLEXPORT Datum | Before_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is strictly before the second one. More... | |
PGDLLEXPORT Datum | Below_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly below of the second one. More... | |
PGDLLEXPORT Datum | Front_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly in front of the second one. More... | |
PGDLLEXPORT Datum | Left_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly to the left of the second one. More... | |
PGDLLEXPORT Datum | Left_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is strictly to the left of the second one. More... | |
PGDLLEXPORT Datum | Overabove_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend below of the second one. More... | |
PGDLLEXPORT Datum | Overafter_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend before the second one. More... | |
PGDLLEXPORT Datum | Overafter_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend before the second one. More... | |
PGDLLEXPORT Datum | Overback_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the front of the second one. More... | |
PGDLLEXPORT Datum | Overbefore_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend after the second one. More... | |
PGDLLEXPORT Datum | Overbefore_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend after the second one. More... | |
PGDLLEXPORT Datum | Overbelow_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend above of the second one. More... | |
PGDLLEXPORT Datum | Overfront_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the back of the second one. More... | |
PGDLLEXPORT Datum | Overleft_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box does not extend to the right of the second one. More... | |
PGDLLEXPORT Datum | Overleft_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend to the right of the second one. More... | |
PGDLLEXPORT 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. More... | |
PGDLLEXPORT Datum | Overright_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box does not extend to the left of the second one. More... | |
PGDLLEXPORT Datum | Right_stbox_stbox (PG_FUNCTION_ARGS) |
Return true if the first spatiotemporal box is strictly to the right of the second one. More... | |
PGDLLEXPORT Datum | Right_tbox_tbox (PG_FUNCTION_ARGS) |
Return true if the first temporal box is strictly to the right of the second one. More... | |
Position functions for box types.