MobilityDB 1.1
Functions
tnpoint_tempspatialrels.h File Reference
#include <postgres.h>
#include "general/temporal.h"
#include "npoint/tnpoint_static.h"
Include dependency graph for tnpoint_tempspatialrels.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Temporaltcontains_geo_tnpoint (GSERIALIZED *geo, Temporal *temp, bool restr, bool atvalue)
 Return the temporal contains relationship between the geometry and the temporal network point. More...
 
Temporaltdwithin_geo_tnpoint (GSERIALIZED *gs, Temporal *temp, double dist, bool restr, bool atvalue)
 Return a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More...
 
Temporaltdwithin_npoint_tnpoint (Npoint *np, Temporal *temp, double dist, bool restr, bool atvalue)
 Return a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More...
 
Temporaltdwithin_tnpoint_geo (Temporal *temp, GSERIALIZED *geo, double dist, bool restr, bool atvalue)
 Return a temporal Boolean that states whether the geometry and the temporal network point are within the given distance. More...
 
Temporaltdwithin_tnpoint_npoint (Temporal *temp, Npoint *np, double dist, bool restr, bool atvalue)
 Return a temporal Boolean that states whether the network point and the temporal network point are within the given distance. More...
 
Temporaltdwithin_tnpoint_tnpoint (Temporal *temp1, Temporal *temp2, double dist, bool restr, bool atvalue)
 Return a temporal Boolean that states whether the temporal network points are within the given distance. More...
 
Temporaltinterrel_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, bool tinter, bool restr, bool atvalue)
 Return the temporal disjoint/intersection relationship between the temporal network point and the geometry. More...
 
Temporaltinterrel_tnpoint_npoint (const Temporal *temp, const Npoint *np, bool tinter, bool restr, bool atvalue)
 Temporal spatial relationships for temporal network points. More...
 
Temporalttouches_geo_tnpoint (const GSERIALIZED *geo, const Temporal *temp, bool restr, bool atvalue)
 Return the temporal touches relationship between the temporal network point and the geometry. More...
 
Temporalttouches_npoint_tnpoint (const Npoint *np, const Temporal *temp, bool restr, bool atvalue)
 Return the temporal touches relationship between the temporal network point and the network point. More...
 
Temporalttouches_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, bool restr, bool atvalue)
 Return the temporal touches relationship between the temporal network point and the geometry. More...
 
Temporalttouches_tnpoint_npoint (const Temporal *temp, const Npoint *np, bool restr, bool atvalue)
 Return the temporal touches relationship between the temporal network point and the network point. More...