|
MobilityDB 1.1
|


Go to the source code of this file.
Functions | |
| Temporal * | distance_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo) |
| Temporal distance for temporal network points. More... | |
| Temporal * | distance_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
| Return the temporal distance between the temporal network point and the network point. More... | |
| Temporal * | distance_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
| Return the temporal distance between the two temporal network points. More... | |
| double | nad_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo) |
| Return the nearest approach distance of the temporal network point and the geometry. More... | |
| double | nad_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
| Return the nearest approach distance of the temporal network point and the network point. More... | |
| double | nad_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2) |
| Return the nearest approach distance of the two temporal network points. More... | |
| TInstant * | nai_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo) |
| Return the nearest approach instant of the temporal network point and the geometry. More... | |
| TInstant * | nai_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
| Return the nearest approach instant of the network point and the temporal network point. More... | |
| TInstant * | nai_tnpoint_tnpoint (const Temporal *temp, const Temporal *temp2) |
| Return the nearest approach instant of the two temporal network points. More... | |
| bool | shortestline_tnpoint_geo (const Temporal *temp, const GSERIALIZED *geo, GSERIALIZED **result) |
| Return the line connecting the nearest approach point between the geometry and the temporal network point. More... | |
| GSERIALIZED * | shortestline_tnpoint_npoint (const Temporal *temp, const Npoint *np) |
| Return the line connecting the nearest approach point between the network point and the temporal network point. More... | |
| bool | shortestline_tnpoint_tnpoint (const Temporal *temp1, const Temporal *temp2, GSERIALIZED **result) |
| Return the line connecting the nearest approach point between the two temporal networks. More... | |