MobilityDB 1.3
Loading...
Searching...
No Matches
Functions

Distance functions for temporal geometries. More...

Functions

Temporaldistance_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the temporal distance between a temporal geo and a geometry/geography. More...
 
Temporaldistance_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return the temporal distance between two temporal geos. More...
 
double nad_stbox_geo (const STBox *box, const GSERIALIZED *gs)
 Return the nearest approach distance between a spatiotemporal box and a geometry/geography. More...
 
double nad_stbox_stbox (const STBox *box1, const STBox *box2)
 Return the nearest approach distance between two spatiotemporal boxes. More...
 
double nad_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach distance between a temporal geo and a geometry/geography. More...
 
double nad_tgeo_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance between a temporal geo and a spatiotemporal box. More...
 
double nad_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between two temporal geos. More...
 
TInstantnai_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach instant between a temporal geo and a geometry/geography. More...
 
TInstantnai_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant between two temporal geos. More...
 
GSERIALIZEDshortestline_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the line connecting the nearest approach point between a temporal geo and a geometry/geography. More...
 
GSERIALIZEDshortestline_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2)
 Return the line connecting the nearest approach point between two temporal geos. More...
 

Detailed Description

Distance functions for temporal geometries.