Eclipse SUMO - Simulation of Urban MObility
NIImporter_OpenStreetMap.cpp File Reference
#include <config.h>
#include <algorithm>
#include <set>
#include <functional>
#include <sstream>
#include <limits>
#include <utils/common/UtilExceptions.h>
#include <utils/common/StringUtils.h>
#include <utils/common/ToString.h>
#include <utils/common/MsgHandler.h>
#include <utils/common/StringTokenizer.h>
#include <utils/common/FileHelpers.h>
#include <utils/geom/GeoConvHelper.h>
#include <utils/geom/GeomConvHelper.h>
#include <utils/options/OptionsCont.h>
#include <utils/xml/SUMOSAXHandler.h>
#include <utils/xml/SUMOSAXReader.h>
#include <utils/xml/SUMOXMLDefinitions.h>
#include <utils/xml/XMLSubSys.h>
#include <netbuild/NBEdge.h>
#include <netbuild/NBEdgeCont.h>
#include <netbuild/NBNode.h>
#include <netbuild/NBNodeCont.h>
#include <netbuild/NBNetBuilder.h>
#include <netbuild/NBOwnTLDef.h>
#include <netbuild/NBPTLine.h>
#include <netbuild/NBPTLineCont.h>
#include <netbuild/NBPTPlatform.h>
#include <netbuild/NBPTStop.h>
#include "NILoader.h"
#include "NIImporter_OpenStreetMap.h"
Include dependency graph for NIImporter_OpenStreetMap.cpp:

Go to the source code of this file.

Data Structures

class  NIImporter_OpenStreetMap::CompareEdges
 Functor which compares two Edges. More...
 

Macros

#define KM_PER_MILE   1.609344
 

Detailed Description

Author
Daniel Krajzewicz
Jakob Erdmann
Michael Behrisch
Walter Bamberger
Gregor Laemmel
Mirko Barthauer
Date
Mon, 14.04.2008

Definition in file NIImporter_OpenStreetMap.cpp.

Macro Definition Documentation

◆ KM_PER_MILE

#define KM_PER_MILE   1.609344

Definition at line 58 of file NIImporter_OpenStreetMap.cpp.