MobilityDB 1.1
Macros | Functions
tpoint_tempspatialrels.h File Reference
#include <postgres.h>
#include "general/temporal.h"
Include dependency graph for tpoint_tempspatialrels.h:

Go to the source code of this file.

Macros

#define TDISJOINT   false
 
#define TINTERSECTS   true
 Temporal spatial relationships for temporal points. More...
 

Functions

Temporaltdwithin_tpoint_tpoint1 (const Temporal *sync1, const Temporal *sync2, Datum dist, bool atvalue, Datum value)
 
int tdwithin_tpointsegm_tpointsegm (Datum sv1, Datum ev1, Datum sv2, Datum ev2, TimestampTz lower, TimestampTz upper, double dist, bool hasz, datum_func3 func, TimestampTz *t1, TimestampTz *t2)
 Return the timestamps at which EITHER the segments of the two temporal points OR a segment of a temporal point and a point are within the given distance. More...
 
Temporaltinterrel_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, bool tinter, bool atvalue, Datum value)