![]() |
MobilityDB 1.3
|
Accessor functions for temporal network points. More...
Functions | |
Datum | Npointset_routes (PG_FUNCTION_ARGS) |
Return the array of routes of a temporal network point @sqlfn routes() More... | |
Datum | Tnpoint_cumulative_length (PG_FUNCTION_ARGS) |
Return the cumulative length traversed by a temporal network point @sqlfn cumulativeLength() More... | |
Datum | Tnpoint_length (PG_FUNCTION_ARGS) |
Return the length traversed by a temporal network point @sqlfn length() More... | |
Datum | Tnpoint_positions (PG_FUNCTION_ARGS) |
Return the network segments covered by a temporal network point @sqlfn positions() More... | |
Datum | Tnpoint_route (PG_FUNCTION_ARGS) |
Return the route of a temporal network point @sqlfn route() More... | |
Datum | Tnpoint_routes (PG_FUNCTION_ARGS) |
Return the array of routes of a temporal network point @sqlfn routes() More... | |
Datum | Tnpoint_speed (PG_FUNCTION_ARGS) |
Return the speed of a temporal network point @sqlfn speed() More... | |
Datum | Tnpoint_trajectory (PG_FUNCTION_ARGS) |
Return the geometry covered by a temporal network point @sqlfn trajectory() More... | |
Datum | Tnpoint_twcentroid (PG_FUNCTION_ARGS) |
Return the time-weighed centroid of a temporal network point @sqlfn twCentroid() More... | |
Accessor functions for temporal network points.