Package 

Object RoadClass.Companion

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.