SUMO - Simulation of Urban MObility
|
An internal representation of an OSM-node. More...
#include <NIImporter_OpenStreetMap.h>
Public Member Functions | |
NIOSMNode (SUMOLong _id, double _lon, double _lat) |
Data Fields | |
SUMOReal | ele |
The elevation of this node. | |
const SUMOLong | id |
The node's id. | |
const SUMOReal | lat |
The latitude the node is located at. | |
const SUMOReal | lon |
The longitude the node is located at. | |
NBNode * | node |
the NBNode that was instantiated | |
bool | tlsControlled |
Whether this is a tls controlled junction. |
An internal representation of an OSM-node.
Definition at line 82 of file NIImporter_OpenStreetMap.h.
|
inline |
Definition at line 83 of file NIImporter_OpenStreetMap.h.
SUMOReal NIImporter_OpenStreetMap::NIOSMNode::ele |
The elevation of this node.
Definition at line 93 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::insertEdge(), and NIImporter_OpenStreetMap::insertNodeChecking().
const SUMOLong NIImporter_OpenStreetMap::NIOSMNode::id |
The node's id.
Definition at line 87 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::NodesHandler::myStartElement().
const SUMOReal NIImporter_OpenStreetMap::NIOSMNode::lat |
The latitude the node is located at.
Definition at line 91 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::insertEdge(), NIImporter_OpenStreetMap::insertNodeChecking(), and NIImporter_OpenStreetMap::CompareNodes::operator()().
const SUMOReal NIImporter_OpenStreetMap::NIOSMNode::lon |
The longitude the node is located at.
Definition at line 89 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::insertEdge(), NIImporter_OpenStreetMap::insertNodeChecking(), and NIImporter_OpenStreetMap::CompareNodes::operator()().
NBNode* NIImporter_OpenStreetMap::NIOSMNode::node |
the NBNode that was instantiated
Definition at line 97 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::insertNodeChecking().
bool NIImporter_OpenStreetMap::NIOSMNode::tlsControlled |
Whether this is a tls controlled junction.
Definition at line 95 of file NIImporter_OpenStreetMap.h.
Referenced by NIImporter_OpenStreetMap::insertNodeChecking().