32 #ifndef __TNPOINT_POSOPS_H__ 33 #define __TNPOINT_POSOPS_H__ 36 #include <catalog/pg_type.h> Datum left_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point is strictly to the left of the temporal point.
Definition: tnpoint_posops.c:717
Datum above_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point is strictly above the network point.
Definition: tnpoint_posops.c:860
Datum above_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point is strictly above the temporal point.
Definition: tnpoint_posops.c:777
Datum below_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point is strictly below the network point.
Definition: tnpoint_posops.c:840
Datum overabove_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point does not extend below the temporal point.
Definition: tnpoint_posops.c:787
Datum overbelow_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point does not extend above the temporal point.
Definition: tnpoint_posops.c:767
Datum overright_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point does not extend to the left of the temporal point.
Definition: tnpoint_posops.c:747
Datum below_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point is strictly below the temporal point.
Definition: tnpoint_posops.c:757
Datum overleft_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point does not extend to the right of the temporal point.
Definition: tnpoint_posops.c:727
Datum left_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point is strictly to the left of the network point.
Definition: tnpoint_posops.c:800
Datum overright_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point does not extend to the left of the network point.
Definition: tnpoint_posops.c:830
Datum overabove_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point does not extend below the network point.
Definition: tnpoint_posops.c:870
Datum overleft_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point does not extend to the right of the network point.
Definition: tnpoint_posops.c:810
Datum overbelow_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point does not extend above the network point.
Definition: tnpoint_posops.c:850
Datum right_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point is strictly to the right of the temporal point. ...
Definition: tnpoint_posops.c:737
Datum right_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the temporal point is strictly to the right of the network point. ...
Definition: tnpoint_posops.c:820