Class FirstLocationReferencePoint
java.lang.Object
com.here.platform.location.tpeg2.olr.FirstLocationReferencePoint
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class FirstLocationReferencePoint
extends Object
implements scala.Product, scala.Serializable
Represents a first reference point for a location reference in the road network.
param: coordinate The position of this reference point.
When creating a reference, this should be at a proper intersection. Note that an intersection in the map of the reference creator is not neccessarily present in the map of the receiver. param: lineProperties The properties of the first section of the path to the next reference point. param: pathProperties The properties of the full path from this reference point to the next reference point.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFirstLocationReferencePoint
(AbsoluteGeoCoordinate coordinate, LineProperties lineProperties, PathProperties pathProperties) -
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
-
FirstLocationReferencePoint
public FirstLocationReferencePoint(AbsoluteGeoCoordinate coordinate, LineProperties lineProperties, PathProperties pathProperties)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
coordinate
-
lineProperties
-
pathProperties
-
getCoordinate
-
getLineProperties
-
getPathProperties
-