Eclipse SUMO - Simulation of Urban MObility
|
#include <config.h>
#include <string>
#include "PCPolyContainer.h"
#include "PCTypeMap.h"
#include <utils/xml/SUMOSAXHandler.h>
Go to the source code of this file.
Data Structures | |
class | PCLoaderOSM |
A reader of pois and polygons stored in OSM-format. More... | |
class | PCLoaderOSM::EdgesHandler |
A class which extracts OSM-edges from a parsed OSM-file. More... | |
class | PCLoaderOSM::NodesHandler |
A class which extracts OSM-nodes from a parsed OSM-file. More... | |
struct | PCLoaderOSM::PCOSMEdge |
An internal definition of a loaded edge. More... | |
struct | PCLoaderOSM::PCOSMNode |
An internal representation of an OSM-node. More... | |
struct | PCLoaderOSM::PCOSMRelation |
An internal definition of a loaded relation. More... | |
class | PCLoaderOSM::RelationsHandler |
A class which extracts relevant way-ids from relations in a parsed OSM-file. More... | |
Definition in file PCLoaderOSM.h.