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

Link copied to clipboard

All other objects, that don't fit into existing categories or unknown.

Link copied to clipboard

An obstacle is an object on or beside the road that cannot be passed.

Link copied to clipboard

deprecated

Link copied to clipboard

A pole is a thin long object.

Link copied to clipboard

A tree object is a single vegetational object with a trunk.

Link copied to clipboard

A vegetation object is a single vegetational object without a trunk or an area of vegetation.

Link copied to clipboard

A barrier is a continuous roadside object, which cannot be passed.

Link copied to clipboard

A building is a closed object, which cannot be passed.

Link copied to clipboard

A parkingSpace is an object on a lane on which vehicles are parked.

Link copied to clipboard

use roadSurface instead

Link copied to clipboard

use barrier instead

Link copied to clipboard

A trafficIsland object is on the road and should not be passed by vehicles.

Link copied to clipboard

A crosswalk is an object on the road that can be passed. It is recommended to be defined as within a junction for pedestrian/bicycle simulation. If the crosswalk is defined as an object only, it will not be used for pedestrian/bicycle simulation.

Link copied to clipboard

use pole instead

Link copied to clipboard

A gantry is an object above a road on which are placed.

Link copied to clipboard

use barrier instead

Link copied to clipboard
Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated

Link copied to clipboard

deprecated, use pole instead

Link copied to clipboard

A roadMark object is painted on the road and can be passed.

Link copied to clipboard

A roadSurface object is on the road and can be passed.

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_ObjectType

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

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.