SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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

long PCLoaderOSM::PCOSMNode::id

The node's id.

Definition at line 78 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().

SUMOReal PCLoaderOSM::PCOSMNode::lat

The latitude the node is located at.

Definition at line 82 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().

SUMOReal PCLoaderOSM::PCOSMNode::lon

The longitude the node is located at.

Definition at line 80 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::loadIfSet(), and PCLoaderOSM::NodesHandler::myStartElement().

bool PCLoaderOSM::PCOSMNode::myIsAdditional

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


The documentation for this struct was generated from the following file: