SUMO - Simulation of Urban MObility
NIImporter_OpenStreetMap::NIOSMNode Struct Reference

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

#include <NIImporter_OpenStreetMap.h>

Collaboration diagram for NIImporter_OpenStreetMap::NIOSMNode:
Collaboration graph

Public Member Functions

 NIOSMNode (long long int _id, double _lon, double _lat)
 

Data Fields

double ele
 The elevation of this node. More...
 
const long long int id
 The node's id. More...
 
const double lat
 The latitude the node is located at. More...
 
const double lon
 The longitude the node is located at. More...
 
std::string name
 The name of the node. More...
 
NBNodenode
 the NBNode that was instantiated More...
 
SVCPermissions permissions
 type of pt stop More...
 
double ptStopLength
 The length of the pt stop. More...
 
bool ptStopPosition
 Whether this is a public transport stop position. More...
 
bool railwayCrossing
 Whether this is a railway crossing. More...
 
bool tlsControlled
 Whether this is a tls controlled junction. More...
 

Private Member Functions

NIOSMNodeoperator= (const NIOSMNode &s)=delete
 invalidated assignment operator More...
 

Detailed Description

An internal representation of an OSM-node.

Definition at line 84 of file NIImporter_OpenStreetMap.h.

Constructor & Destructor Documentation

◆ NIOSMNode()

NIImporter_OpenStreetMap::NIOSMNode::NIOSMNode ( long long int  _id,
double  _lon,
double  _lat 
)
inline

Definition at line 85 of file NIImporter_OpenStreetMap.h.

Member Function Documentation

◆ operator=()

NIOSMNode& NIImporter_OpenStreetMap::NIOSMNode::operator= ( const NIOSMNode s)
privatedelete

invalidated assignment operator

Field Documentation

◆ ele

double NIImporter_OpenStreetMap::NIOSMNode::ele

◆ id

const long long int NIImporter_OpenStreetMap::NIOSMNode::id

◆ lat

const double NIImporter_OpenStreetMap::NIOSMNode::lat

◆ lon

const double NIImporter_OpenStreetMap::NIOSMNode::lon

◆ name

std::string NIImporter_OpenStreetMap::NIOSMNode::name

The name of the node.

Definition at line 109 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertEdge().

◆ node

NBNode* NIImporter_OpenStreetMap::NIOSMNode::node

the NBNode that was instantiated

Definition at line 113 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertNodeChecking().

◆ permissions

SVCPermissions NIImporter_OpenStreetMap::NIOSMNode::permissions

type of pt stop

Definition at line 111 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertEdge().

◆ ptStopLength

double NIImporter_OpenStreetMap::NIOSMNode::ptStopLength

The length of the pt stop.

Definition at line 107 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertEdge().

◆ ptStopPosition

bool NIImporter_OpenStreetMap::NIOSMNode::ptStopPosition

Whether this is a public transport stop position.

Definition at line 105 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertEdge().

◆ railwayCrossing

bool NIImporter_OpenStreetMap::NIOSMNode::railwayCrossing

Whether this is a railway crossing.

Definition at line 103 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertNodeChecking().

◆ tlsControlled

bool NIImporter_OpenStreetMap::NIOSMNode::tlsControlled

Whether this is a tls controlled junction.

Definition at line 101 of file NIImporter_OpenStreetMap.h.

Referenced by NIImporter_OpenStreetMap::insertNodeChecking().


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