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="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"/>
</restriction>
</simpleType>
Entries
Lane on which cars should not drive, but have the same height as the drivable lanes. Typically they are separated with lines and often there are additional striped lines on them.
A ramp connecting two motorways is a „connectingRamp“ (e.g. motorway junction)
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
Functions
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.)
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.