![]() |
MobilityDB 1.3
|
Distance functions for temporal rigid geometries. More...
Functions | |
Temporal * | distance_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the temporal distance between a temporal rigid geometry and a geometry/geography point. More... | |
Temporal * | distance_trgeo_tpoint (const Temporal *temp1 UNUSED, const Temporal *temp2 UNUSED) |
Return the temporal distance between two temporal rigid geometries. More... | |
Temporal * | distance_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... | |
TInstant * | nai_trgeo_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the nearest approach instant between a temporal rigid geometry and a geometry @sqlfn nearestApproachInstant() More... | |
TInstant * | nai_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... | |
TInstant * | nai_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach instant between two temporal rigid geometries @sqlfn nearestApproachInstant() More... | |
GSERIALIZED * | shortestline_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... | |
GSERIALIZED * | shortestline_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... | |
GSERIALIZED * | shortestline_trgeo_trgeo (const Temporal *temp1, const Temporal *temp2) |
Return the line connecting the nearest approach point between two temporal rigid geometries @sqlfn shortestLine() More... | |
Distance functions for temporal rigid geometries.