![]() |
MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Access class to a node within the tiled network
Public Member Functions | |
| long | id () const |
| long | first_link () const |
| long | first_turn () const |
| const TSLNode & | node () const |
| bool | valid () const |
| long TSLNodeReference::first_link | ( | ) | const |
Returns the link id of the first outgoing link from a node. If the node has no outgoing links returns -1.
| long TSLNodeReference::first_turn | ( | ) | const |
Id of the first turn for the node. Returns -1 if the node has no turns associated with it.
| long TSLNodeReference::id | ( | ) | const |
Returns the id of the node
| const TSLNode & TSLNodeReference::node | ( | ) | const |
Reference to the TSLNode object associated with the node.
| bool TSLNodeReference::valid | ( | ) | const |
Checks the validity of the object that this references