class documentation

class Road__ClassificationValue(str, Enum):

View In Hierarchy

Possible values of 'track_section'

Constant CURVE A curving road section
Constant PARKING_AREA A parking lot or area
Constant PROPERTY_ENTRANCE A property entrance
Constant ROUNDABOUT A roundabout
Constant STRAIGHT A straight road section
Constant T_INTERSECTION A T intersection
Constant X_INTERSECTION A crossing
CURVE: str =

A curving road section

Value
'curve'
PARKING_AREA: str =

A parking lot or area

Value
'parking_area'
PROPERTY_ENTRANCE: str =

A property entrance

Value
'property_entrance'
ROUNDABOUT: str =

A roundabout

Value
'roundabout'
STRAIGHT: str =

A straight road section

Value
'straight'
T_INTERSECTION: str =

A T intersection

Value
't_intersection'
X_INTERSECTION: str =

A crossing

Value
'x_intersection'