32 #ifndef __TNPOINT_SPATIALRELS_H__ 33 #define __TNPOINT_SPATIALRELS_H__ 36 #include <catalog/pg_type.h> Datum dwithin_tnpoint_geo(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the geometry are within the given di...
Definition: tnpoint_spatialrels.c:313
Datum dwithin_geo_tnpoint(PG_FUNCTION_ARGS)
Returns true if the geometry and the trajectory of the temporal network point are within the given di...
Definition: tnpoint_spatialrels.c:279
Datum disjoint_tnpoint_geo(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the geometry are disjoint...
Definition: tnpoint_spatialrels.c:175
Datum intersects_geo_tnpoint(PG_FUNCTION_ARGS)
Returns true if the geometry and the trajectory of the temporal network point intersect.
Definition: tnpoint_spatialrels.c:211
Datum touches_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the network point touch...
Definition: tnpoint_spatialrels.c:425
Datum dwithin_tnpoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the trajectories of the temporal network points are within the given distance...
Definition: tnpoint_spatialrels.c:347
Datum intersects_tnpoint_geo(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the geometry intersect.
Definition: tnpoint_spatialrels.c:243
Datum intersects_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point and the trajectory of the temporal network point intersect...
Definition: tnpoint_spatialrels.c:226
Datum touches_tnpoint_geo(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the geometry touch.
Definition: tnpoint_spatialrels.c:410
Datum touches_geo_tnpoint(PG_FUNCTION_ARGS)
Returns true if the geometry and the trajectory of the temporal network point touch.
Definition: tnpoint_spatialrels.c:378
Datum disjoint_geo_tnpoint(PG_FUNCTION_ARGS)
Returns true if the geometry and the trajectory of the temporal network point are disjoint...
Definition: tnpoint_spatialrels.c:143
Datum contains_geo_tnpoint(PG_FUNCTION_ARGS)
Returns true if the geometry contains the trajectory of the temporal network point.
Definition: tnpoint_spatialrels.c:124
Datum disjoint_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the network point are disjoint...
Definition: tnpoint_spatialrels.c:190
Datum dwithin_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the network point are within the giv...
Definition: tnpoint_spatialrels.c:329
Datum touches_npoint_tnpoint(PG_FUNCTION_ARGS)
Definition: tnpoint_spatialrels.c:393
Datum dwithin_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point and the trajectory of the temporal network point are within the giv...
Definition: tnpoint_spatialrels.c:295
Datum disjoint_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns true if the network point and the trajectory of the temporal network point are disjoint...
Definition: tnpoint_spatialrels.c:158
Datum intersects_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns true if the trajectory of the temporal network point and the network point intersect...
Definition: tnpoint_spatialrels.c:258