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
hazardDistance1
but 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
problemLength1
but the range is up to 6553km.
- Alphabetic
- By Inheritance
- PreciseTMCInformation
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
hazardDistance1
but 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
problemLength1
but 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( ... ) @native()
- val distanceAccuracy: Option[Short]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val problemLength1: Option[Short]
- val problemLength2: Option[Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()