Class LanePosition

    • Constructor Detail

      • LanePosition

        public LanePosition​(LaneData lane,
                            Length position)
        Construct a new LanePosition.
        Parameters:
        lane - LaneData; the lane for the position
        position - Length; the position on the lane, relative to the cross section link (design line)
    • Method Detail

      • getLaneData

        public final LaneData getLaneData()
        Retrieve the lane.
        Returns:
        LaneData; the lane for the position
      • getPosition

        public final Length getPosition()
        Retrieve the position on the lane.
        Returns:
        Length; the position on the lane, relative to the cross section link (design line)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object