Interface RoadClass
- All Superinterfaces:
Comparable<RoadClass>,scala.Equals,scala.math.Ordered<RoadClass>,scala.Product,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 classUrban Expresswaystatic classCurrently not in usestatic classFrontage Road with No Through Trafficstatic classWalkwaystatic classExpress Highwaystatic classNational Roadstatic classCurrently not in usestatic classRegional Roadstatic classGeneral Road 1static classGeneral Road 2static classFerrystatic classAlleystatic classUnrecognized value.static class -
Method Summary
Methods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.math.Ordered
$greater, $greater$eq, $less, $less$eq, compareToMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Method Details
-
value
int value() -
compare
- Specified by:
comparein interfacescala.math.Ordered<RoadClass>
-