E_LaneType

The lane type is defined per lane. A lane type defines the main purpose of a lane and its corresponding traffic rules.

Java class for e_laneType

.

The following schema fragment specifies the expected content contained within this class.


<simpleType name="e_laneType">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="shoulder"/>
    <enumeration value="border"/>
    <enumeration value="driving"/>
    <enumeration value="stop"/>
    <enumeration value="none"/>
    <enumeration value="restricted"/>
    <enumeration value="parking"/>
    <enumeration value="median"/>
    <enumeration value="biking"/>
    <enumeration value="shared"/>
    <enumeration value="sidewalk"/>
    <enumeration value="curb"/>
    <enumeration value="exit"/>
    <enumeration value="entry"/>
    <enumeration value="onRamp"/>
    <enumeration value="offRamp"/>
    <enumeration value="connectingRamp"/>
    <enumeration value="bidirectional"/>
    <enumeration value="special1"/>
    <enumeration value="special2"/>
    <enumeration value="special3"/>
    <enumeration value="roadWorks"/>
    <enumeration value="tram"/>
    <enumeration value="rail"/>
    <enumeration value="bus"/>
    <enumeration value="taxi"/>
    <enumeration value="HOV"/>
    <enumeration value="mwyEntry"/>
    <enumeration value="mwyExit"/>
    <enumeration value="walking"/>
    <enumeration value="slipLane"/>
  </restriction>
</simpleType>

Entries

Link copied to clipboard

Soft border at the edge of the road.

Link copied to clipboard

Hard border at the edge of the road. It has the same height as the adjacent drivable lane.

Link copied to clipboard

Normal drivable road that is not one of the other types.

Link copied to clipboard

Hard shoulder on motorways for emergency stops.

Link copied to clipboard

Space on the outermost edge of the road. A none lane does not have actual content. Its only purpose is for applications to register that ASAM OpenDRIVE is still present in case the (human) driver leaves the road.

Link copied to clipboard

Lane on which cars should not drive. The lane has the same height as drivable lanes. Typically, the lane is separated with lines and often contains dotted lines as well.

Link copied to clipboard

Lane with parking spaces.

Link copied to clipboard

Lane that sits between driving lanes that lead in opposite directions. It is typically used to separate traffic in towns on large roads.

Link copied to clipboard

Lane that is reserved for cyclists.

Link copied to clipboard

Shared by all traffic participants. For shared walking/biking lanes use .

Link copied to clipboard

Use walking instead

Link copied to clipboard

Curb at the edge of the road. Curb stones have a different height than the adjacent drivable lanes.

Link copied to clipboard

Lane that is used for sections that are parallel to the main road and lead to an exit from the main road. It is mainly used for deceleration lanes.

Link copied to clipboard

Lane that is used for sections that are parallel to the main road and merge into the main road. It is mainly used for acceleration lanes.

Link copied to clipboard

Ramp leading to a motorway from rural or urban roads.

Link copied to clipboard

Ramp leading away from a motorway and onto rural urban roads.

Link copied to clipboard

Ramp that connects two motorways, for example, motorway junctions.

Link copied to clipboard

This lane type has two use cases: a) only driving lane on a narrow road which may be used in both directions; b) continuous two-way left turn lane on multi-lane roads – US road networks Use @direction instead

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard
Link copied to clipboard

Lane used by trams only.

Link copied to clipboard

Lane used by trains only.

Link copied to clipboard

Use instead

Link copied to clipboard

Use instead

Link copied to clipboard

High-occupancy vehicle / carpool vehicle. Use instead

Link copied to clipboard

deprecated, use entry instead

Link copied to clipboard

deprecated, use exit instead

Link copied to clipboard

Lane on which pedestrians can walk.

Link copied to clipboard

On a slip lane a driver can change roads without driving into the main intersection.

Functions

Link copied to clipboard
Gets the enum associated to the value passed as parameter.
Link copied to clipboard
open fun value(): String
Gets the value associated to the enum constant.
Link copied to clipboard
open fun valueOf(name: String): E_LaneType

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
open fun values(): Array<E_LaneType>

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.