Class PreciseTMCInformation
java.lang.Object
com.here.platform.location.tpeg2.etl.PreciseTMCInformation
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
Precise TMC-Information as defined in ISO 17572-2. Adds offsets to TMC locations.
param: distanceAccuracy The accuracy of the underlying information, with the following encoding:
0 = 100m (default value), 1 = 500m, 2 = 1km, 3 = more than 1km.
param: 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.
param: hazardDistance2 The same as hazardDistance1
but the range is up to 6553km.
param: 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.
param: problemLength2 The same as problemLength1
but the range is up to 6553km.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPreciseTMCInformation
(Optional<Object> distanceAccuracy, Optional<Object> hazardDistance1, Optional<Object> hazardDistance2, Optional<Object> problemLength1, Optional<Object> problemLength2) PreciseTMCInformation
(scala.Option<Object> distanceAccuracy, scala.Option<Object> hazardDistance1, scala.Option<Object> hazardDistance2, scala.Option<Object> problemLength1, scala.Option<Object> problemLength2) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
PreciseTMCInformation
-
PreciseTMCInformation
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
distanceAccuracy
-
hazardDistance1
-
hazardDistance2
-
problemLength1
-
problemLength2
-
getDistanceAccuracy
-
getHazardDistance1
-
getHazardDistance2
-
getProblemLength1
-
getProblemLength2
-