 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
19 #ifndef NINavTeqHelper_h
20 #define NINavTeqHelper_h
64 static double getSpeed(
const std::string&
id,
65 const std::string& speedClassS);
77 const std::string& laneNoS,
double speed);
static void addVehicleClasses(NBEdge &e, const std::string &classS)
Adds vehicle classes parsing the given list of allowed vehicles.
The representation of a single edge during network building.
static void addVehicleClassesV6(NBEdge &e, const std::string &classS)
same as addVehicleClasses but for version 6+
static int getLaneNumber(const std::string &id, const std::string &laneNoS, double speed)
Returns the lane number evaluating the given Navteq-description.
Some parser methods shared around several formats containing NavTeq-Nets.
static double getSpeed(const std::string &id, const std::string &speedClassS)
Returns the speed evaluating the given Navteq-description.