Uses of Class
org.opentrafficsim.kpi.sampling.LanePosition
Packages that use LanePosition
-
Uses of LanePosition in org.opentrafficsim.kpi.sampling
Methods in org.opentrafficsim.kpi.sampling that return types with arguments of type LanePositionModifier and TypeMethodDescriptionfinal Iterator<LanePosition>
CrossSection.getIterator()
Returns an iterator over the lane positions.final Set<LanePosition>
CrossSection.getLanePositions()
Returns a safe copy of the lane positions.Constructor parameters in org.opentrafficsim.kpi.sampling with type arguments of type LanePositionModifierConstructorDescriptionCrossSection
(Set<LanePosition> lanePositions) Constructor with set of lane positions.