SUMO - Simulation of Urban MObility
|
An internal representation of an OSM-node. More...
#include <PCLoaderOSM.h>
Data Fields | |
long | id |
The node's id. | |
SUMOReal | lat |
The latitude the node is located at. | |
SUMOReal | lon |
The longitude the node is located at. | |
bool | myIsAdditional |
Information whether this shall be parsed. | |
std::string | myType |
The type (<KEY>".") |
An internal representation of an OSM-node.
Definition at line 76 of file PCLoaderOSM.h.
The node's id.
Definition at line 78 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().
The latitude the node is located at.
Definition at line 82 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().
The longitude the node is located at.
Definition at line 80 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().
Information whether this shall be parsed.
Definition at line 86 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().
std::string PCLoaderOSM::PCOSMNode::myType |
The type (<KEY>".")
Definition at line 84 of file PCLoaderOSM.h.
Referenced by PCLoaderOSM::loadIfSet().