32 #ifndef __TNPOINT_TEMPSPATIALRELS_H__ 33 #define __TNPOINT_TEMPSPATIALRELS_H__ 36 #include <catalog/pg_type.h> Datum tintersects_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal intersects relationship between the geometry and the temporal network point...
Definition: tnpoint_tempspatialrels.c:224
Datum tintersects_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the temporal intersects relationship between the temporal network point and the geometry...
Definition: tnpoint_tempspatialrels.c:255
Datum tdwithin_tnpoint_geo(PG_FUNCTION_ARGS)
Returns a temporal Boolean that states whether the temporal network point and the geometry are within...
Definition: tnpoint_tempspatialrels.c:396
Datum ttouches_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal touches relationship between the geometry and the temporal network point...
Definition: tnpoint_tempspatialrels.c:290
Datum tdisjoint_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the temporal disjoint relationship between the temporal network point and the network point...
Definition: tnpoint_tempspatialrels.c:205
Datum ttouches_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the temporal touches relationship between the temporal network point and the network point...
Definition: tnpoint_tempspatialrels.c:336
Datum tdwithin_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns a temporal Boolean that states whether the temporal network point and the network point are w...
Definition: tnpoint_tempspatialrels.c:417
Datum tdwithin_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns a temporal Boolean that states whether the network point and the temporal network point are w...
Definition: tnpoint_tempspatialrels.c:376
Datum tcontains_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal contains relationship between the geometry and the temporal network point...
Definition: tnpoint_tempspatialrels.c:134
Datum tintersects_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal intersects relationship between the network point and the temporal network point...
Definition: tnpoint_tempspatialrels.c:240
Datum tdisjoint_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal disjoint relationship between the network point and the temporal network point...
Definition: tnpoint_tempspatialrels.c:174
Datum tdwithin_geo_tnpoint(PG_FUNCTION_ARGS)
Returns a temporal Boolean that states whether the geometry and the temporal network point are within...
Definition: tnpoint_tempspatialrels.c:355
Datum ttouches_npoint_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal touches relationship between the network point and the temporal network point...
Definition: tnpoint_tempspatialrels.c:306
Datum ttouches_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the temporal touches relationship between the temporal network point and the geometry...
Definition: tnpoint_tempspatialrels.c:321
Datum tdisjoint_tnpoint_geo(PG_FUNCTION_ARGS)
Returns the temporal disjoint relationship between the temporal network point and the geometry...
Definition: tnpoint_tempspatialrels.c:189
Datum tdisjoint_geo_tnpoint(PG_FUNCTION_ARGS)
Returns the temporal disjoint relationship between the geometry and the temporal network point...
Definition: tnpoint_tempspatialrels.c:158
Datum tintersects_tnpoint_npoint(PG_FUNCTION_ARGS)
Returns the temporal intersects relationship between the temporal network point and the network point...
Definition: tnpoint_tempspatialrels.c:271