![]() |
MobilityDB 1.3
|
Distance functions for temporal geometries. More...
Functions | |
Temporal * | distance_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the temporal distance between a temporal geo and a geometry/geography. More... | |
Temporal * | distance_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... | |
TInstant * | nai_tgeo_geo (const Temporal *temp, const GSERIALIZED *gs) |
Return the nearest approach instant between a temporal geo and a geometry/geography. More... | |
TInstant * | nai_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2) |
Return the nearest approach instant between two temporal geos. More... | |
GSERIALIZED * | shortestline_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... | |
GSERIALIZED * | shortestline_tgeo_tgeo (const Temporal *temp1, const Temporal *temp2) |
Return the line connecting the nearest approach point between two temporal geos. More... | |
Distance functions for temporal geometries.