E_RoadMarkType
The known keywords for the simplified road mark type information are:
Java class for e_roadMarkType
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="e_roadMarkType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="solid"/>
<enumeration value="broken"/>
<enumeration value="solid solid"/>
<enumeration value="solid broken"/>
<enumeration value="broken solid"/>
<enumeration value="broken broken"/>
<enumeration value="botts dots"/>
<enumeration value="grass"/>
<enumeration value="curb"/>
<enumeration value="custom"/>
<enumeration value="edge"/>
</restriction>
</simpleType>
Entries
for double solid line
from inside to outside, exception: center lane – from left to right
from inside to outside, exception: center lane – from left to right
from inside to outside, exception: center lane – from left to right
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.