case class PreciseTMCInformation(distanceAccuracy: Option[Short], hazardDistance1: Option[Short], hazardDistance2: Option[Int], problemLength1: Option[Short], problemLength2: Option[Int]) extends Product with Serializable
Precise TMC-Information as defined in ISO 17572-2. Adds offsets to TMC locations.
- distanceAccuracy
The accuracy of the underlying information, with the following encoding: 0 = 100m (default value), 1 = 500m, 2 = 1km, 3 = more than 1km.
- hazardDistance1
The distance from the primary location to the start of the referenced location, also known as D1. The unit is 100m, i.e. the range is up to 25km.
- hazardDistance2
The same as
hazardDistance1but the range is up to 6553km.- problemLength1
Distance from the start of the problem to the end of the problem. The unit is 100m, i.e. the is up to 25km.
- problemLength2
The same as
problemLength1but the range is up to 6553km.
- Alphabetic
- By Inheritance
- PreciseTMCInformation
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new PreciseTMCInformation(distanceAccuracy: Optional[Short], hazardDistance1: Optional[Short], hazardDistance2: Optional[Int], problemLength1: Optional[Short], problemLength2: Optional[Int])
- new PreciseTMCInformation(distanceAccuracy: Option[Short], hazardDistance1: Option[Short], hazardDistance2: Option[Int], problemLength1: Option[Short], problemLength2: Option[Int])
- distanceAccuracy
The accuracy of the underlying information, with the following encoding: 0 = 100m (default value), 1 = 500m, 2 = 1km, 3 = more than 1km.
- hazardDistance1
The distance from the primary location to the start of the referenced location, also known as D1. The unit is 100m, i.e. the range is up to 25km.
- hazardDistance2
The same as
hazardDistance1but the range is up to 6553km.- problemLength1
Distance from the start of the problem to the end of the problem. The unit is 100m, i.e. the is up to 25km.
- problemLength2
The same as
problemLength1but the range is up to 6553km.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- val distanceAccuracy: Option[Short]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getDistanceAccuracy: Optional[Short]
- def getHazardDistance1: Optional[Short]
- def getHazardDistance2: Optional[Int]
- def getProblemLength1: Optional[Short]
- def getProblemLength2: Optional[Int]
- val hazardDistance1: Option[Short]
- val hazardDistance2: Option[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val problemLength1: Option[Short]
- val problemLength2: Option[Int]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)