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

Go to the source code of this file.

Functions

int edwithin_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, double dist)
 Return true if the temporal network points ever satisfy the spatial relationship. More...
 
Datum espatialrel3_tnpoint_geom (const Temporal *temp, Datum geom, Datum param, Datum(*func)(Datum, Datum, Datum), bool invert)
 Generic spatial relationships for a temporal network point and a geometry. More...
 
Datum espatialrel3_tnpoint_npoint (const Temporal *temp, const Npoint *np, Datum param, Datum(*func)(Datum, Datum, Datum), bool invert)
 Generic spatial relationships for a temporal network point and a geometry. More...
 
Datum espatialrel_tnpoint_geo (const Temporal *temp, Datum geom, Datum(*func)(Datum, Datum), bool invert)
 Spatial relationships for temporal network points. More...
 
Datum espatialrel_tnpoint_npoint (const Temporal *temp, const Npoint *np, Datum(*func)(Datum, Datum), bool invert)
 Generic spatial relationships for a temporal network point and a network point. More...
 
int espatialrel_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, Datum(*func)(Datum, Datum))
 Return true if the temporal network points ever satisfy the spatial relationship. More...