Class AccessPoint
java.lang.Object
com.here.platform.location.referencing.AccessPoint
- All Implemented Interfaces:
ReferencingLocation,Serializable,scala.Equals,scala.Product
An access point defined by a point along a
LinearLocation.
param: vertex The exact vertex, part of the linear location, that the access point is.
param: fraction A fraction (0.0;1.0) in vertex where the access point is.
param: sideOfRoad The side of the road the access point is.
param: orientation The orientation of the access point.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessPoint(Vertex vertex, double fraction, SideOfRoad sideOfRoad, PointOrientation orientation) AccessPoint(Vertex vertex, double fraction, com.here.platform.location.referencing.SideOfRoad sideOfRoad, com.here.platform.location.referencing.PointOrientation orientation) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
AccessPoint
public AccessPoint(Vertex vertex, double fraction, com.here.platform.location.referencing.SideOfRoad sideOfRoad, com.here.platform.location.referencing.PointOrientation orientation) -
AccessPoint
public AccessPoint(Vertex vertex, double fraction, SideOfRoad sideOfRoad, PointOrientation orientation)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3, T4 v4) -
toString
-
vertex
-
fraction
public double fraction() -
sideOfRoad
public com.here.platform.location.referencing.SideOfRoad sideOfRoad() -
orientation
public com.here.platform.location.referencing.PointOrientation orientation() -
getVertex
-
getFraction
public double getFraction() -
getSideOfRoad
-
getPointOrientation
-