Class AccessPoint

java.lang.Object
com.here.platform.location.referencing.AccessPoint
All Implemented Interfaces:
ReferencingLocation, Serializable, scala.Equals, scala.Product, scala.Serializable

public class AccessPoint extends Object implements ReferencingLocation, scala.Product, scala.Serializable
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 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

      public static String toString()
    • vertex

      public Vertex vertex()
    • fraction

      public double fraction()
    • sideOfRoad

      public com.here.platform.location.referencing.SideOfRoad sideOfRoad()
    • orientation

      public com.here.platform.location.referencing.PointOrientation orientation()
    • getVertex

      public Vertex getVertex()
    • getFraction

      public double getFraction()
    • getSideOfRoad

      public SideOfRoad getSideOfRoad()
    • getPointOrientation

      public PointOrientation getPointOrientation()