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
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.
Ramp that connects two motorways, for example, motorway junctions.
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
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.