![]() |
MobilityDB 1.3
|
Position functions for spatiotemporal boxes. More...
Functions | |
bool | above_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is above the second one. More... | |
bool | after_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is after the second one. More... | |
bool | back_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is at the back of the second one. More... | |
bool | before_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is before the second one. More... | |
bool | below_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is below the second one. More... | |
bool | front_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is in front of the the second one. More... | |
bool | left_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is to the left of the second one. More... | |
bool | overabove_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend below the second one. More... | |
bool | overafter_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is not before the second one. More... | |
bool | overback_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend to the front of the second one. More... | |
bool | overbefore_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is not after the second one. More... | |
bool | overbelow_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend above the second one. More... | |
bool | overfront_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend to the back of the second one. More... | |
bool | overleft_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend to the right of the second one. More... | |
bool | overright_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box does not extend to the left of the second one. More... | |
bool | right_stbox_stbox (const STBox *box1, const STBox *box2) |
Return true if the first spatiotemporal box is to the right of the second one. More... | |
Position functions for spatiotemporal boxes.