 |
Eclipse SUMO - Simulation of Urban MObility
|
Go to the documentation of this file.
18 #ifndef NINavTeqHelper_h
19 #define NINavTeqHelper_h
63 static double getSpeed(
const std::string&
id,
64 const std::string& speedClassS);
76 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.