Class IntermediateLocationReferencePoint
java.lang.Object
com.here.platform.location.tpeg2.olr.IntermediateLocationReferencePoint
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
public class IntermediateLocationReferencePoint
extends Object
implements scala.Product, scala.Serializable
Represents an intermediate reference point for a location reference in the road network.
param: coordinate The position of this reference point relative to the previous reference point. When creating a reference, this should be at a proper intersection. As the distance along the path between two reference points must not exceed 15km a reference point might have to be placed in the middle of a road section. 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
ConstructorsConstructorDescriptionIntermediateLocationReferencePoint
(RelativeGeoCoordinate 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
-
IntermediateLocationReferencePoint
public IntermediateLocationReferencePoint(RelativeGeoCoordinate 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
-