Packages

package roadattributes

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait FunctionalClass extends Ordered[FunctionalClass] with Product with Serializable

    Functional class is a road type indicator, reflecting traffic speed and volume, as well as the importance and connectivity of the road.

    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.

  2. sealed trait OfficialCountryCode extends Product with Serializable

    Officially assigned ISO 3166-1 alpha-3 codes, using the English short country names officially defined by the ISO 3166 Maintenance Agency (ISO 3166/MA).

  3. sealed trait OverpassUnderpass extends Product with Serializable

    Indication that a road goes over/under another road.

    Indication that a road goes over/under another road.

    As of late 2019, this attribute is only present in China and the Republic of Korea.

  4. sealed case class PhysicalAttribute(mask: Int) extends BitMask[PhysicalAttribute] with Product with Serializable

    Physical characteristics for a vertex range.

  5. sealed trait RoadClass extends Ordered[RoadClass] with Product with Serializable

    Identifies a road network based on governmental classification.

    Identifies a road network based on governmental classification.

    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

  6. sealed trait SpecialTrafficAreaCategory extends Product with Serializable

    Identifies specific road intersection types that a driver perceives as a single intersection.

    Identifies specific road intersection types that a driver perceives as a single intersection. This attribute supports both map display and manoeuvre explication.

  7. case class UserDefinedCountryCode(value: String) extends Product with Serializable

Value Members

  1. object FunctionalClass extends Serializable
  2. object OfficialCountryCode extends Serializable
  3. object OverpassUnderpass extends Serializable
  4. object PhysicalAttribute extends Serializable
  5. object RoadClass extends Serializable
  6. object SpecialTrafficAreaCategory extends Serializable

Ungrouped