public abstract class RoadMarkerAcross extends Object implements Serializable
Copyright (c) 2013-2016 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
Constructor and Description |
---|
RoadMarkerAcross(CrossSectionElement crossSectionElement,
org.djunits.value.vdouble.scalar.Length longitudinalPosition) |
Modifier and Type | Method and Description |
---|---|
CrossSectionElement |
getCrossSectionElement() |
org.djunits.value.vdouble.scalar.Length |
getLongitudinalPosition() |
public RoadMarkerAcross(CrossSectionElement crossSectionElement, org.djunits.value.vdouble.scalar.Length longitudinalPosition)
crossSectionElement
- Cross section element for which this is a road marker. Usually this will be a Lane.longitudinalPosition
- Longitudinal position on the cross section element.public final CrossSectionElement getCrossSectionElement()
public final org.djunits.value.vdouble.scalar.Length getLongitudinalPosition()
Copyright © 2014–2016 Delft University of Technology. All rights reserved.