SUMO - Simulation of Urban MObility
PCLoaderOSM::PCOSMNode Struct Reference

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>".")

Detailed Description

An internal representation of an OSM-node.

Definition at line 76 of file PCLoaderOSM.h.


Field Documentation

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().

The type (<KEY>".")

Definition at line 84 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet().


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines