MobilityDB 1.1
|
Functions | |
PGDLLEXPORT Datum | Above_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly above the temporal network point. More... | |
PGDLLEXPORT Datum | Above_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly above the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Above_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly above the second one. More... | |
PGDLLEXPORT Datum | After_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly after the temporal network point. More... | |
PGDLLEXPORT Datum | After_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly after the spatiotemporal box. More... | |
PGDLLEXPORT Datum | After_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly after the second one. More... | |
PGDLLEXPORT Datum | Before_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly before of the temporal network point. More... | |
PGDLLEXPORT Datum | Before_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly before the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Before_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly before the second one. More... | |
PGDLLEXPORT Datum | Below_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly below the temporal network point. More... | |
PGDLLEXPORT Datum | Below_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly below the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Below_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly below the second one. More... | |
PGDLLEXPORT Datum | Left_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly to the left of the temporal network point. More... | |
PGDLLEXPORT Datum | Left_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly to the left of the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Left_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly to the left of the second one. More... | |
PGDLLEXPORT Datum | Overabove_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend below the temporal network point. More... | |
PGDLLEXPORT Datum | Overabove_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend below the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overabove_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend below the second one. More... | |
PGDLLEXPORT Datum | Overafter_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend before the temporal network point. More... | |
PGDLLEXPORT Datum | Overafter_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend before the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overafter_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend before the second one. More... | |
PGDLLEXPORT Datum | Overbefore_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend after the temporal network point. More... | |
PGDLLEXPORT Datum | Overbefore_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend after the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overbefore_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend after the second one. More... | |
PGDLLEXPORT Datum | Overbelow_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend above the temporal network point. More... | |
PGDLLEXPORT Datum | Overbelow_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend above the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overbelow_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend above the second one. More... | |
PGDLLEXPORT Datum | Overleft_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend to the right of the temporal network point. More... | |
PGDLLEXPORT Datum | Overleft_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend to the right of the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overleft_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend to the right of the second one. More... | |
PGDLLEXPORT Datum | Overright_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box does not extend to the left of the temporal network point. More... | |
PGDLLEXPORT Datum | Overright_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point does not extend to the left of the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Overright_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point does not extend to the left of the second one. More... | |
PGDLLEXPORT Datum | Right_stbox_tnpoint (PG_FUNCTION_ARGS) |
Return true if the spatiotemporal box is strictly to the right of the temporal network point. More... | |
PGDLLEXPORT Datum | Right_tnpoint_stbox (PG_FUNCTION_ARGS) |
Return true if the temporal network point is strictly to the right of the spatiotemporal box. More... | |
PGDLLEXPORT Datum | Right_tnpoint_tnpoint (PG_FUNCTION_ARGS) |
Return true if the first temporal network point is strictly to the right of the second one. More... | |