Class PathProperties
java.lang.Object
com.here.platform.location.tpeg2.olr.PathProperties
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
PathProperties
specify the properties of the full path betweeen subsequent reference points.
param: lfrcnp The lowest functional road class on the path to the next reference point. Note that the
"lowest functional road class" means "least important functional road class", which is actually
encoded with the highest numeric value.
param: dnp The distance in meters along the path to the next reference point.
param: againstDrivingDirection A value of true
indicates all the sections of this path are referenced against the direction of travel.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPathProperties
(FunctionalRoadClass lfrcnp, DistanceMetresMax15000 dnp, boolean againstDrivingDirection) -
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
-
PathProperties
public PathProperties(FunctionalRoadClass lfrcnp, DistanceMetresMax15000 dnp, boolean againstDrivingDirection)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
lfrcnp
-
dnp
-
againstDrivingDirection
public boolean againstDrivingDirection() -
getLfrcnp
-
getDnp
-
isAgainstDrivingDirection
public boolean isAgainstDrivingDirection()
-