MobilityDB 1.1
Functions
tnpoint_distance.c File Reference
#include "npoint/tnpoint_distance.h"
#include <assert.h>
#include <meos.h>
#include <meos_internal.h>
#include "general/lifting.h"
#include "general/type_util.h"
#include "point/pgis_call.h"
#include "point/tpoint_spatialfuncs.h"
#include "point/tpoint_distance.h"
#include "npoint/tnpoint.h"
#include "npoint/tnpoint_static.h"
#include "npoint/tnpoint_spatialfuncs.h"
#include "npoint/tnpoint_tempspatialrels.h"
Include dependency graph for tnpoint_distance.c:

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 *temp1, 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...