MapLink Pro 11.2
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
Loading...
Searching...
No Matches
TSLNodeReference Class Reference

Detailed Description

Access class to a node within the tiled network

Public Member Functions

long id () const
 
long first_link () const
 
long first_turn () const
 
const TSLNodenode () const
 
bool valid () const
 

Member Function Documentation

◆ first_link()

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.

◆ first_turn()

long TSLNodeReference::first_turn ( ) const

Id of the first turn for the node. Returns -1 if the node has no turns associated with it.

◆ id()

long TSLNodeReference::id ( ) const

Returns the id of the node

◆ node()

const TSLNode & TSLNodeReference::node ( ) const

Reference to the TSLNode object associated with the node.

◆ valid()

bool TSLNodeReference::valid ( ) const

Checks the validity of the object that this references