SUMO - Simulation of Urban MObility
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
NIImporter_OpenStreetMap::NIOSMNode Struct Reference

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

#include <NIImporter_OpenStreetMap.h>

Data Fields

SUMOLong id
 The node's id. More...
 
double lat
 The latitude the node is located at. More...
 
double lon
 The longitude the node is located at. More...
 
bool tlsControlled
 Whether this is a tls controlled junction. More...
 

Detailed Description

An internal representation of an OSM-node.

Definition at line 82 of file NIImporter_OpenStreetMap.h.

Field Documentation

SUMOLong NIImporter_OpenStreetMap::NIOSMNode::id

The node's id.

Definition at line 84 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::NodesHandler::myStartElement().

bool NIImporter_OpenStreetMap::NIOSMNode::tlsControlled

Whether this is a tls controlled junction.

Definition at line 90 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertNodeChecking(), and NIImporter_OpenStreetMap::NodesHandler::myStartElement().


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