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

Go to the source code of this file.

Functions

Temporaldistance_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo)
 Temporal distance for temporal network points. More...
 
Temporaldistance_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return the temporal distance between the temporal network point and the network point. More...
 
Temporaldistance_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between the two temporal network points. More...
 
double nad_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo)
 Return the nearest approach distance of the temporal network point and the geometry. More...
 
double nad_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return the nearest approach distance of the temporal network point and the network point. More...
 
double nad_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance of the two temporal network points. More...
 
TInstantnai_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo)
 Return the nearest approach instant of the temporal network point and the geometry. More...
 
TInstantnai_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return the nearest approach instant of the network point and the temporal network point. More...
 
TInstantnai_tnpoint_tnpoint (const Temporal *temp, const Temporal *temp2)
 Return the nearest approach instant of the two temporal network points. More...
 
bool shortestline_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, GSERIALIZED **result)
 Return the line connecting the nearest approach point between the geometry and the temporal network point. More...
 
GSERIALIZEDshortestline_tnpoint_npoint (const Temporal *temp, const Npoint *np)
 Return the line connecting the nearest approach point between the network point and the temporal network point. More...
 
bool shortestline_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, GSERIALIZED **result)
 Return the line connecting the nearest approach point between the two temporal networks. More...