MobilityDB 1.1
Functions

Position functions for temporal types. More...

Collaboration diagram for Position functions:

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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly above a temporal 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 Above_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly above a spatiotemporal box. More...
 
PGDLLEXPORT Datum Above_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly above the second one. More...
 
PGDLLEXPORT Datum After_period_temporal (PG_FUNCTION_ARGS)
 Return true if the period value is strictly after the temporal value. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly after a temporal point. More...
 
PGDLLEXPORT Datum After_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is strictly after a temporal number. More...
 
PGDLLEXPORT Datum After_temporal_period (PG_FUNCTION_ARGS)
 Return true if the temporal value is strictly after the period value. More...
 
PGDLLEXPORT Datum After_temporal_temporal (PG_FUNCTION_ARGS)
 Return true if the first temporal value is strictly after the second one. 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 After_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly after a temporal box. More...
 
PGDLLEXPORT Datum After_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is strictly after the second one. More...
 
PGDLLEXPORT Datum After_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly after a spatiotemporal box. More...
 
PGDLLEXPORT Datum After_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly after the second one. More...
 
PGDLLEXPORT Datum Back_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly back of a temporal point. More...
 
PGDLLEXPORT Datum Back_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly back of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Back_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly back of the second one. More...
 
PGDLLEXPORT Datum Before_period_temporal (PG_FUNCTION_ARGS)
 Return true if the period value is strictly before the temporal value. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly before a temporal point. More...
 
PGDLLEXPORT Datum Before_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is strictly before a temporal number. More...
 
PGDLLEXPORT Datum Before_temporal_period (PG_FUNCTION_ARGS)
 Return true if the temporal value is strictly before the period value. More...
 
PGDLLEXPORT Datum Before_temporal_temporal (PG_FUNCTION_ARGS)
 Return true if the first temporal value is strictly before the second one. 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 Before_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly before a temporal box. More...
 
PGDLLEXPORT Datum Before_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is strictly before the second one. More...
 
PGDLLEXPORT Datum Before_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly before a spatiotemporal box. More...
 
PGDLLEXPORT Datum Before_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly below a temporal 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 Below_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly below a spatiotemporal box. More...
 
PGDLLEXPORT Datum Below_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly below the second one. More...
 
PGDLLEXPORT Datum Front_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly in front of a temporal point. More...
 
PGDLLEXPORT Datum Front_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly in front of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Front_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly in front of the second one. More...
 
PGDLLEXPORT Datum Left_numspan_tnumber (PG_FUNCTION_ARGS)
 Return true if a number span is strictly to the left of a temporal number. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly to the left of a temporal point. More...
 
PGDLLEXPORT Datum Left_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is strictly to the left of a temporal number. 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 Left_tnumber_numspan (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly to the left of a number span. More...
 
PGDLLEXPORT Datum Left_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly to the left of a temporal box. More...
 
PGDLLEXPORT Datum Left_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is strictly to the left of the second one. More...
 
PGDLLEXPORT Datum Left_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly to the left of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Left_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend below a temporal 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 Overabove_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend below a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overabove_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend below the second one. More...
 
PGDLLEXPORT Datum Overafter_period_temporal (PG_FUNCTION_ARGS)
 Return true if the period value is not before the temporal value. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend before a temporal point. More...
 
PGDLLEXPORT Datum Overafter_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is not before a temporal number. More...
 
PGDLLEXPORT Datum Overafter_temporal_period (PG_FUNCTION_ARGS)
 Return true if the temporal value is not before the period value. More...
 
PGDLLEXPORT Datum Overafter_temporal_temporal (PG_FUNCTION_ARGS)
 Return true if the first temporal value is not before the second one. 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 Overafter_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is not before a temporal box. More...
 
PGDLLEXPORT Datum Overafter_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is not before the second one. More...
 
PGDLLEXPORT Datum Overafter_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend before a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overafter_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend before the second one. More...
 
PGDLLEXPORT Datum Overback_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend to the front of a temporal point. More...
 
PGDLLEXPORT Datum Overback_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend to the front of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overback_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend to the front of the second one. More...
 
PGDLLEXPORT Datum Overbefore_period_temporal (PG_FUNCTION_ARGS)
 Return true if the period value is not after the temporal value. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend after a temporal point. More...
 
PGDLLEXPORT Datum Overbefore_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is not after a temporal number. More...
 
PGDLLEXPORT Datum Overbefore_temporal_period (PG_FUNCTION_ARGS)
 Return true if the temporal value is not after the period value. More...
 
PGDLLEXPORT Datum Overbefore_temporal_temporal (PG_FUNCTION_ARGS)
 Return true if the first temporal value is not after the second one. 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 Overbefore_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is not after a temporal box. More...
 
PGDLLEXPORT Datum Overbefore_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is not after the second one. More...
 
PGDLLEXPORT Datum Overbefore_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend after a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overbefore_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend above a temporal 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 Overbelow_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend above a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overbelow_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend above the second one. More...
 
PGDLLEXPORT Datum Overfront_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend to the back of a temporal point. More...
 
PGDLLEXPORT Datum Overfront_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend to the back of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overfront_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend to the back of the second one. More...
 
PGDLLEXPORT Datum Overleft_numspan_tnumber (PG_FUNCTION_ARGS)
 Return true if a number span is not to the right of a temporal number. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend to the right of a temporal point. More...
 
PGDLLEXPORT Datum Overleft_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is not to the right of a temporal number. 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 Overleft_tnumber_numspan (PG_FUNCTION_ARGS)
 Return true if a temporal number is not to the right of a number span. More...
 
PGDLLEXPORT Datum Overleft_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is not to the right of a temporal box. More...
 
PGDLLEXPORT Datum Overleft_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is not to the right of the second one. More...
 
PGDLLEXPORT Datum Overleft_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend to the right of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overleft_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend to the right of the second one. More...
 
PGDLLEXPORT Datum Overright_numspan_tnumber (PG_FUNCTION_ARGS)
 Return true if a number span is not to the left of a temporal number. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box does not extend to the left of a temporal point. More...
 
PGDLLEXPORT Datum Overright_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is not to the left of a temporal number. 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 Overright_tnumber_numspan (PG_FUNCTION_ARGS)
 Return true if a temporal number is not to the left of a number span. More...
 
PGDLLEXPORT Datum Overright_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is not to the left of a temporal box. More...
 
PGDLLEXPORT Datum Overright_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is not to the left of the second one. More...
 
PGDLLEXPORT Datum Overright_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point does not extend to the left of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Overright_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point does not extend to the left of the second one. More...
 
PGDLLEXPORT Datum Right_numspan_tnumber (PG_FUNCTION_ARGS)
 Return true if a number span is strictly to the right of a temporal number. 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_stbox_tpoint (PG_FUNCTION_ARGS)
 Return true if a spatiotemporal box is strictly to the right of a temporal point. More...
 
PGDLLEXPORT Datum Right_tbox_tnumber (PG_FUNCTION_ARGS)
 Return true if a temporal box is strictly to the right of a temporal number. 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...
 
PGDLLEXPORT Datum Right_tnumber_numspan (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly to the right of a number span. More...
 
PGDLLEXPORT Datum Right_tnumber_tbox (PG_FUNCTION_ARGS)
 Return true if a temporal number is strictly to the right of a temporal box. More...
 
PGDLLEXPORT Datum Right_tnumber_tnumber (PG_FUNCTION_ARGS)
 Return true if the first temporal number is strictly to the right of the second one. More...
 
PGDLLEXPORT Datum Right_tpoint_stbox (PG_FUNCTION_ARGS)
 Return true if a temporal point is strictly to the right of a spatiotemporal box. More...
 
PGDLLEXPORT Datum Right_tpoint_tpoint (PG_FUNCTION_ARGS)
 Return true if the first temporal point is strictly to the right of the second one. More...
 

Detailed Description

Position functions for temporal types.