SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PCLoaderOSM::PCOSMNode Struct Reference

An internal representation of an OSM-node. More...

#include <PCLoaderOSM.h>

Data Fields

SUMOLong id
 The node's id. More...
 
SUMOReal lat
 The latitude the node is located at. More...
 
SUMOReal lon
 The longitude the node is located at. More...
 
std::map< std::string,
std::string > 
myAttributes
 Additional attributes. More...
 

Detailed Description

An internal representation of an OSM-node.

Definition at line 77 of file PCLoaderOSM.h.

Field Documentation

SUMOLong PCLoaderOSM::PCOSMNode::id

The node's id.

Definition at line 79 of file PCLoaderOSM.h.

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

SUMOReal PCLoaderOSM::PCOSMNode::lat

The latitude the node is located at.

Definition at line 83 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 81 of file PCLoaderOSM.h.

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

std::map<std::string, std::string> PCLoaderOSM::PCOSMNode::myAttributes

Additional attributes.

Definition at line 85 of file PCLoaderOSM.h.

Referenced by PCLoaderOSM::addPOI(), and PCLoaderOSM::loadIfSet().


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