Interface RoadClass
- All Superinterfaces:
Comparable<RoadClass>
,scala.Equals
,scala.math.Ordered<RoadClass>
,scala.Product
,Serializable
,scala.Serializable
- All Known Implementing Classes:
RoadClass.RoadClass1$
,RoadClass.RoadClass10$
,RoadClass.RoadClass11$
,RoadClass.RoadClass12$
,RoadClass.RoadClass2$
,RoadClass.RoadClass3$
,RoadClass.RoadClass4$
,RoadClass.RoadClass5$
,RoadClass.RoadClass6$
,RoadClass.RoadClass7$
,RoadClass.RoadClass8$
,RoadClass.RoadClass9$
,RoadClass.Unrecognized
It is not published globally, but for select countries only.
Road Class can be used for map display. Additionally, Road Class can be used for route guidance, e.g., "Enter the express highway" or "Enter the urban expressway".
Road Class values are defined by the country’s regulating body. Road Class(1, 2, 3, and 5) is applied to roads based on governmental classification Road Class(6) is applied to General roads with two or more lanes Road Class(7) is applied to General roads with one lane where it is wide enough for two vehicles to pass Road Class(8) is applied to Boat Ferry(Yes) and Rail Ferry(Yes) Road Class(9) is applied to alleys Road Class(11) is applied to Frontage Road with Through Traffic(No). Road Class(12) is applied to walkways
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
Urban Expresswaystatic class
Currently not in usestatic class
Frontage Road with No Through Trafficstatic class
Walkwaystatic class
Express Highwaystatic class
National Roadstatic class
Currently not in usestatic class
Regional Roadstatic class
General Road 1static class
General Road 2static class
Ferrystatic class
Alleystatic class
Unrecognized value.static class
-
Method Summary
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.math.Ordered
$greater, $greater$eq, $less, $less$eq, compareTo
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Method Details
-
value
int value() -
compare
- Specified by:
compare
in interfacescala.math.Ordered<RoadClass>
-