MobilityDB 1.1
Functions

Distance functions for temporal types. More...

Collaboration diagram for Distance functions:

Functions

Temporaldistance_tfloat_float (const Temporal *temp, double d)
 Return the temporal distance between a temporal float and a float. More...
 
Temporaldistance_tint_int (const Temporal *temp, int i)
 Return the temporal distance between a temporal integer and an integer. More...
 
Temporaldistance_tnumber_tnumber (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between two temporal numbers. More...
 
Temporaldistance_tpoint_geo (const Temporal *temp, const GSERIALIZED *geo)
 Return the temporal distance between a temporal point and a geometry/geography point. More...
 
Temporaldistance_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between two temporal points. More...
 
double nad_stbox_geo (const STBox *box, const GSERIALIZED *gs)
 Return the nearest approach distance between a spatiotemporal box and a geometry. More...
 
double nad_stbox_stbox (const STBox *box1, const STBox *box2)
 Return the nearest approach distance between the spatio-temporal boxes. More...
 
double nad_tbox_tbox (const TBox *box1, const TBox *box2)
 Return the nearest approach distance between the temporal boxes. More...
 
double nad_tfloat_float (const Temporal *temp, double d)
 Return the nearest approach distance between a temporal number and a number. More...
 
double nad_tfloat_tfloat (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between two temporal floats. More...
 
int nad_tint_int (const Temporal *temp, int i)
 Return the nearest approach distance between a temporal number and a number. More...
 
int nad_tint_tint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between two temporal integers. More...
 
double nad_tnumber_tbox (const Temporal *temp, const TBox *box)
 Return the nearest approach distance between a temporal number and a temporal box. More...
 
double nad_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach distance between a temporal point and a geometry. More...
 
double nad_tpoint_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance between a temporal point and a spatio-temporal box. More...
 
double nad_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between the temporal points. More...
 
TInstantnai_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach instant between a temporal point and a geometry. More...
 
TInstantnai_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant between the temporal points. More...
 
bool shortestline_tpoint_geo (const Temporal *temp, const GSERIALIZED *gs, GSERIALIZED **result)
 Return the line connecting the nearest approach point between a temporal point and a geometry. More...
 
bool shortestline_tpoint_tpoint (const Temporal *temp1, const Temporal *temp2, GSERIALIZED **result)
 Return the line connecting the nearest approach point between the temporal points. More...
 

Detailed Description

Distance functions for temporal types.