public interface FunctionalClasses
Functional class is a road type indicator, reflecting traffic speed and volume, as well as the importance and connectivity of the road. The supported values ranges from 1 to 5, the lower the value the higher the speed, volume or importance.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final FunctionalClass
    Roads that allow for high volume, maximum speed traffic movement between and through major metropolitan areas.
    static final FunctionalClass
    Roads that are used to channel traffic to FC1 roads for traveling between and through cities in the shortest amount of time.
    static final FunctionalClass
    Roads that intersect FC2 roads and provide a high volume of traffic movement at a lower level of mobility than FC2 roads.
    static final FunctionalClass
    Roads with a high volume of traffic movement at moderate speeds between neighbourhoods.
    static final FunctionalClass
    Roads with a volume and traffic movement below the level of any other Functional Class.
  • Field Details

    • FC1

      static final FunctionalClass FC1
      Roads that allow for high volume, maximum speed traffic movement between and through major metropolitan areas. Access to the road is usually controlled.
    • FC2

      static final FunctionalClass FC2
      Roads that are used to channel traffic to FC1 roads for traveling between and through cities in the shortest amount of time.
    • FC3

      static final FunctionalClass FC3
      Roads that intersect FC2 roads and provide a high volume of traffic movement at a lower level of mobility than FC2 roads.
    • FC4

      static final FunctionalClass FC4
      Roads with a high volume of traffic movement at moderate speeds between neighbourhoods.
    • FC5

      static final FunctionalClass FC5
      Roads with a volume and traffic movement below the level of any other Functional Class.