-
- All Implemented Interfaces:
public class RoadClass.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
UNCLASSIFIED
private final Integer
FREEWAY
private final Integer
FREEWAY_LINK
private final Integer
TRUNK
private final Integer
TRUNK_LINK
private final Integer
LOCAL
private final Integer
LOCAL_LINK
public final static RoadClass.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Integer
getUNCLASSIFIED()
The least important through roads in a country's system. final Integer
getFREEWAY()
A restricted access major divided highway,normally with 2 or more running lanes plus emergency hard shoulder. final Integer
getFREEWAY_LINK()
The link roads (sliproads/ramps) leading to/from a motorway from/to a motorway or lower class road. final Integer
getTRUNK()
The most important roads in a country's system that aren't motorways. final Integer
getTRUNK_LINK()
The link roads (sliproads/ramps) leading to/from a trunk road from/to a trunk road or lower class road final Integer
getLOCAL()
The roads mainly localized inside a single city or town. final Integer
getLOCAL_LINK()
The link roads (sliproads/ramps) leading to/from a local road from/to another local road. -
-
Method Detail
-
getUNCLASSIFIED
final Integer getUNCLASSIFIED()
The least important through roads in a country's system. They are too minor to require a detailed classification
-
getFREEWAY
final Integer getFREEWAY()
A restricted access major divided highway,normally with 2 or more running lanes plus emergency hard shoulder. Equivalent to the Motorway, Autobahn, etc.
-
getFREEWAY_LINK
final Integer getFREEWAY_LINK()
The link roads (sliproads/ramps) leading to/from a motorway from/to a motorway or lower class road. Normally with the same motorway restrictions.
-
getTRUNK
final Integer getTRUNK()
The most important roads in a country's system that aren't motorways. They may be highways which are not restricted from local access, or expressways with only very few traffic lights and high speed limit.
-
getTRUNK_LINK
final Integer getTRUNK_LINK()
The link roads (sliproads/ramps) leading to/from a trunk road from/to a trunk road or lower class road
-
getLOCAL
final Integer getLOCAL()
The roads mainly localized inside a single city or town. Usually they have lower speed limit than Trunk ones.
-
getLOCAL_LINK
final Integer getLOCAL_LINK()
The link roads (sliproads/ramps) leading to/from a local road from/to another local road.
-
-
-
-