Class CrossSectionSlice

  • All Implemented Interfaces:
    Serializable

    public class CrossSectionSlice
    extends Object
    implements Serializable
    The CrossSectionSlice provides the width and offset at a relative length of a CrossSectionElement.

    Copyright (c) 2013-2022 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
    BSD-style license. See OpenTrafficSim License.

    $LastChangedDate: 2015-07-24 02:58:59 +0200 (Fri, 24 Jul 2015) $, @version $Revision: 1147 $, by $Author: averbraeck $, initial version Nov 26, 2015
    Author:
    Alexander Verbraeck, Peter Knoppers
    See Also:
    Serialized Form
    • Constructor Detail

      • CrossSectionSlice

        public CrossSectionSlice​(Length relativeLength,
                                 Length designLineOffset,
                                 Length width)
        Construct a new CrossSectionSlice.
        Parameters:
        relativeLength - Length; the relative position from the start, measured along the design line of the parent link
        designLineOffset - Length; the lateral offset from the design line of the parentLink at the relative length
        width - Length; the width, positioned symmetrically around the position at the relative length
    • Method Detail

      • getRelativeLength

        public final Length getRelativeLength()
        Retrieve the relative length.
        Returns:
        Length; the relativeLength
      • getDesignLineOffset

        public final Length getDesignLineOffset()
        Retrieve the design line offset.
        Returns:
        Length; designLineOffset
      • getWidth

        public final Length getWidth()
        Retrieve the width.
        Returns:
        Length; the width