|
MobilityDB 1.3
|
Accessor functions for temporal network points. More...
Functions | |
| Temporal * | tnpoint_cumulative_length (const Temporal *temp) |
| Cumulative length traversed by a temporal network point. More... | |
| double | tnpoint_length (const Temporal *temp) |
| Length traversed by a temporal network point. More... | |
| Nsegment ** | tnpoint_positions (const Temporal *temp, int *count) |
| Return the network segments covered by the temporal network point @csqlfn Tnpoint_positions() More... | |
| int64 | tnpoint_route (const Temporal *temp) |
| Return the single route of a temporal network point. More... | |
| Set * | tnpoint_routes (const Temporal *temp) |
| Return the array of routes of a temporal network point @csqlfn Tnpoint_routes() More... | |
| Temporal * | tnpoint_speed (const Temporal *temp) |
| Speed of a temporal network point. More... | |
| GSERIALIZED * | tnpoint_trajectory (const Temporal *temp) |
| Return the geometry covered by a temporal network point. More... | |
| GSERIALIZED * | tnpoint_twcentroid (const Temporal *temp) |
| Return the time-weighed centroid of a temporal network point. More... | |
Accessor functions for temporal network points.