![]() |
MobilityDB 1.3
|
Route functions for static network points. More...
Functions | |
bool | get_ways_record (int64 rid, ways_record *rec) |
Access the ways table or CSV file to get the route geometry and length of a route identifier. More... | |
bool | route_exists (int64 rid) |
Return true if the edge table contains a route with the route identifier. More... | |
GSERIALIZED * | route_geom (int64 rid) |
Access the edge table to get the route geometry from corresponding route identifier. More... | |
double | route_length (int64 rid) |
Access the edge table to return the route length from the corresponding route identifier. More... | |
Route functions for static network points.