E_ObjectType
Java class for e_objectType
.The following schema fragment specifies the expected content contained within this class.
<simpleType name="e_objectType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="none"/>
<enumeration value="obstacle"/>
<enumeration value="car"/>
<enumeration value="pole"/>
<enumeration value="tree"/>
<enumeration value="vegetation"/>
<enumeration value="barrier"/>
<enumeration value="building"/>
<enumeration value="parkingSpace"/>
<enumeration value="patch"/>
<enumeration value="railing"/>
<enumeration value="trafficIsland"/>
<enumeration value="crosswalk"/>
<enumeration value="streetLamp"/>
<enumeration value="gantry"/>
<enumeration value="soundBarrier"/>
<enumeration value="van"/>
<enumeration value="bus"/>
<enumeration value="trailer"/>
<enumeration value="bike"/>
<enumeration value="motorbike"/>
<enumeration value="tram"/>
<enumeration value="train"/>
<enumeration value="pedestrian"/>
<enumeration value="wind"/>
<enumeration value="roadMark"/>
<enumeration value="roadSurface"/>
</restriction>
</simpleType>
Entries
A vegetation object is a single vegetational object without a trunk or an area of vegetation.
A parkingSpace is an object on a lane on which vehicles are parked.
A trafficIsland object is on the road and should not be passed by vehicles.
use pole instead
use barrier instead
deprecated
A roadSurface object is on the road and can be passed.
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.