Navn |
Type |
Lengde |
Multiplisitet |
|
LinkDirectionValue |
|
0..1 |
|
MinMaxLaneValue |
|
0..1 |
|
Integer |
|
1..1 |
Name |
Type |
English |
Description |
direction |
LinkDirectionValue |
|
Indicates which direction the number of lanes is valid for.
-- Description --
SOURCE [Euroroads].
NOTE When the value for this attribute is 'both', numberOfLanes contains the sum of the number of lanes in both directions of travel.
NOTE This attribute only applies when the property is associated with a road link or road link sequence. |
minMaxNumberOfLanes |
MinMaxLaneValue |
|
Indicates if the number of lanes is counted as minimum or maximum value.
-- Description --
SOURCE [Euroroads].
NOTE This attribute only applies when the value in numberOfLanes is not an exact value.
|
numberOfLanes |
Integer |
|
Number of lanes.
-- Description --
SOURCE [Euroroads]. |
Navn |
Beskrivelse |
Applies to road transport elements only |
/* This property can only be associated with a spatial object that is part of a road transport network. */
inv: networkRef.element.oclIsKindOf(Road) or networkRef.element.oclIsKindOf(ERoad) or networkRef.element.oclIsKindOf(RoadLink) or networkRef.element.oclIsKindOf(RoadLinkSequence) or networkRef.element.oclIsKindOf(RoadNode) or
networkRef.element.oclIsKindOf(RoadArea) or
networkRef.element.oclIsKindOf(RoadServiceArea) or
networkRef.element.oclIsKindOf(VehicleTrafficArea)
|