Class RoadMarkerAcross
java.lang.Object
org.opentrafficsim.road.network.lane.RoadMarkerAcross
- All Implemented Interfaces:
 java.io.Serializable
public abstract class RoadMarkerAcross
extends java.lang.Object
implements java.io.Serializable
 Copyright (c) 2013-2020 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved. 
 BSD-style license. See OpenTrafficSim License.
 
 $LastChangedDate: 2015-09-03 13:38:01 +0200 (Thu, 03 Sep 2015) $, @version $Revision: 1378 $, by $Author: averbraeck $,
 initial version Aug 21, 2014 
- Author:
 - Alexander Verbraeck, Peter Knoppers
 - See Also:
 - Serialized Form
 
- 
Constructor Summary
Constructors Constructor Description RoadMarkerAcross(CrossSectionElement crossSectionElement, Length longitudinalPosition) - 
Method Summary
Modifier and Type Method Description CrossSectionElementgetCrossSectionElement()LengthgetLongitudinalPosition() 
- 
Constructor Details
- 
RoadMarkerAcross
- Parameters:
 crossSectionElement- CrossSectionElement; Cross section element for which this is a road marker. Usually this will be a Lane.longitudinalPosition- Length; Longitudinal position on the cross section element.
 
 - 
 - 
Method Details
- 
getCrossSectionElement
- Returns:
 - crossSectionElement.
 
 - 
getLongitudinalPosition
- Returns:
 - longitudinalPosition.
 
 
 -