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

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

Detailed Description

An internal representation of an OSM-node.

Definition at line 82 of file NIImporter_OpenStreetMap.h.

Field Documentation

long 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: