21 #ifndef NINavTeqHelper_h 22 #define NINavTeqHelper_h 70 static double getSpeed(
const std::string&
id,
71 const std::string& speedClassS);
83 const std::string& laneNoS,
double speed);
static double getSpeed(const std::string &id, const std::string &speedClassS)
Returns the speed evaluating the given Navteq-description.
The representation of a single edge during network building.
static void addVehicleClasses(NBEdge &e, const std::string &classS)
Adds vehicle classes parsing the given list of allowed vehicles.
Some parser methods shared around several formats containing NavTeq-Nets.
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.