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

Accessor functions for temporal network points. More...

Functions

Temporaltnpoint_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...
 
Settnpoint_routes (const Temporal *temp)
 Return the array of routes of a temporal network point @csqlfn Tnpoint_routes() More...
 
Temporaltnpoint_speed (const Temporal *temp)
 Speed of a temporal network point. More...
 
GSERIALIZEDtnpoint_trajectory (const Temporal *temp)
 Return the geometry covered by a temporal network point. More...
 
GSERIALIZEDtnpoint_twcentroid (const Temporal *temp)
 Return the time-weighed centroid of a temporal network point. More...
 

Detailed Description

Accessor functions for temporal network points.