TraversedElement
Summary
Represents a single traversed element.
Discussion
This class is a base class for shared properties of the TraversedEdge, TraversedJunction, and TraversedTurn objects.
Properties
| Name | Explanation | Data type |
|---|---|---|
|
accumulatedImpedance (Read only) |
The accumulated impedance of a route up to and including this element. The value is expressed in the network's impedance attribute units. |
Float |
|
accumulatedLength (Read only) |
The accumulated length of a route up to and including this element. The value is expressed in the network's length attribute units. |
Float |
|
accumulatedTime (Read only) |
The accumulated time of the route up to and including this element. The value is expressed in the network's time attribute units. |
Float |
|
rowID (Read only) |
The traversed result element object ID. |
Integer |
|
sourceID (Read only) |
The network source ID of this element. |
Integer |
|
sourceObjectID (Read only) |
The network source object ID of this element. |
Integer |
|
type (Read only) |
The type of the traversed element. |
TraversedElementType |
|
violatedRestrictions (Read only) |
An iterable of violated soft restrictions on this element. |
String |