Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include <map>
#include <utils/xml/SUMOSAXHandler.h>
#include <utils/common/UtilExceptions.h>
#include <utils/common/Parameterised.h>
#include <netbuild/NBPTPlatform.h>
Go to the source code of this file.
Data Structures | |
class | NIImporter_OpenStreetMap |
Importer for networks stored in OpenStreetMap format. More... | |
class | NIImporter_OpenStreetMap::CompareNodes |
Functor which compares two NIOSMNodes according to their coordinates. More... | |
class | NIImporter_OpenStreetMap::Edge |
An internal definition of a loaded edge. More... | |
class | NIImporter_OpenStreetMap::EdgesHandler |
A class which extracts OSM-edges from a parsed OSM-file. More... | |
struct | NIImporter_OpenStreetMap::NIOSMNode |
An internal representation of an OSM-node. More... | |
class | NIImporter_OpenStreetMap::NodesHandler |
A class which extracts OSM-nodes from a parsed OSM-file. More... | |
class | NIImporter_OpenStreetMap::RelationHandler |
A class which extracts relevant relation information from a parsed OSM-file. More... | |
struct | NIImporter_OpenStreetMap::RelationHandler::NIIPTPlatform |
Definition in file NIImporter_OpenStreetMap.h.