![]() |
MobilityDB 1.3
|
Temporal distance for temporal network points. More...
#include "npoint/tnpoint_distance.h"
#include <float.h>
#include <meos.h>
#include <meos_internal_geo.h>
#include <meos_npoint.h>
#include "npoint/tnpoint.h"
#include "geo/tgeo_spatialfuncs.h"
Functions | |
Datum | datum_npoint_distance (Datum np1, Datum np2) |
Return the distance between two network points. More... | |
Temporal * | distance_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
Return the temporal distance between a temporal network point and a network point. More... | |
Temporal * | distance_tnpoint_point (const Temporal *temp, const GSERIALIZED *gs) |
Return the temporal distance between a geometry point and a temporal network point @csqlfn Distance_tnpoint_point() More... | |
Temporal * | distance_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
Return the temporal distance between two temporal network points. More... | |
double | nad_tnpoint_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the nearest approach distance of a temporal network point and a geometry. More... | |
double | nad_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
Return the nearest approach distance of a temporal network point and a network point. More... | |
double | nad_tnpoint_stbox (const Temporal *temp, const STBox *box) |
Return the nearest approach distance of a temporal network point and a spatiotemporal box. More... | |
double | nad_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach distance of two temporal network points. More... | |
TInstant * | nai_tnpoint_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the nearest approach instant of the temporal network point and a geometry. More... | |
TInstant * | nai_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
Return the nearest approach instant of the network point and a temporal network point. More... | |
TInstant * | nai_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach instant of two temporal network points. More... | |
GSERIALIZED * | shortestline_tnpoint_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the line connecting the nearest approach point between a geometry and a temporal network point. More... | |
GSERIALIZED * | shortestline_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
Return the line connecting the nearest approach point between a network point and a temporal network point. More... | |
GSERIALIZED * | shortestline_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
Return the line connecting the nearest approach point between two temporal networks. More... | |
Temporal distance for temporal network points.