Class PointLocationLineReferenceData
java.lang.Object
com.here.platform.location.tpeg2.olr.PointLocationLineReferenceData
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class PointLocationLineReferenceData
extends Object
implements scala.Product, scala.Serializable
The reference data for a point along a line.
param: first The first reference point at the intersection before the referenced point location. param: last The second (and last) reference point at the intersection after the referenced point location. param: sideOfRoad Indicates on which side of the road (relative to the direction of the reference) the point is located. param: orientation Indicates the orientation with regard to the direction of driving. param: positiveOffset Distance in meters between the first reference point and the referenced point location.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPointLocationLineReferenceData
(FirstLocationReferencePoint first, LastLocationReferencePoint last, SideOfRoad sideOfRoad, Orientation orientation, Optional<DistanceMetresMax15000> positiveOffset) PointLocationLineReferenceData
(FirstLocationReferencePoint first, LastLocationReferencePoint last, SideOfRoad sideOfRoad, Orientation orientation, scala.Option<DistanceMetresMax15000> positiveOffset) -
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
-
PointLocationLineReferenceData
public PointLocationLineReferenceData(FirstLocationReferencePoint first, LastLocationReferencePoint last, SideOfRoad sideOfRoad, Orientation orientation, scala.Option<DistanceMetresMax15000> positiveOffset) -
PointLocationLineReferenceData
public PointLocationLineReferenceData(FirstLocationReferencePoint first, LastLocationReferencePoint last, SideOfRoad sideOfRoad, Orientation orientation, Optional<DistanceMetresMax15000> positiveOffset)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) -
toString
-
first
-
last
-
sideOfRoad
-
orientation
-
positiveOffset
-
getFirst
-
getLast
-
getSideOfRoad
-
getOrientation
-
getPositiveOffset
-