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

Distance functions for temporal rigid geometries. More...

Functions

Temporaldistance_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the temporal distance between a temporal rigid geometry and a geometry/geography point. More...
 
Temporaldistance_trgeo_tpoint (const Temporal *temp1 UNUSED, const Temporal *temp2 UNUSED)
 Return the temporal distance between two temporal rigid geometries. More...
 
Temporaldistance_trgeo_trgeo (const Temporal *temp1 UNUSED, const Temporal *temp2 UNUSED)
 Return the temporal distance between two temporal rigid geometries. More...
 
double nad_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach distance between a temporal rigid geometry and a geometry. More...
 
double nad_trgeo_stbox (const Temporal *temp, const STBox *box)
 Return the nearest approach distance between a temporal rigid geometry and a spatiotemporal box. More...
 
double nad_trgeo_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between two temporal rigid geometries. More...
 
double nad_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach distance between two temporal rigid geometries. More...
 
TInstantnai_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the nearest approach instant between a temporal rigid geometry and a geometry @sqlfn nearestApproachInstant() More...
 
TInstantnai_trgeo_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant between a temporal rigid geometry and a temporal point @sqlfn nearestApproachInstant() More...
 
TInstantnai_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return the nearest approach instant between two temporal rigid geometries @sqlfn nearestApproachInstant() More...
 
GSERIALIZEDshortestline_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs)
 Return the line connecting the nearest approach point between a temporal rigid geometry and a geometry @sqlfn shortestLine() More...
 
GSERIALIZEDshortestline_trgeo_tpoint (const Temporal *temp1, const Temporal *temp2)
 Return the line connecting the nearest approach point between a temporal rigid geometry and a temporal geometry point @sqlfn shortestLine() More...
 
GSERIALIZEDshortestline_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2)
 Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More...
 

Detailed Description

Distance functions for temporal rigid geometries.