Serialized Form
-
Package org.opentrafficsim.kpi.sampling
-
Class org.opentrafficsim.kpi.sampling.CrossSection
class CrossSection extends Object implements Serializable- serialVersionUID:
- 20160929L
-
Serialized Fields
-
lanePositions
Set<LanePosition> lanePositions
Set of lane locations.
-
-
Class org.opentrafficsim.kpi.sampling.LanePosition
class LanePosition extends Object implements Serializable- serialVersionUID:
- 20151111L
-
Serialized Fields
-
lane
LaneData<?> lane
The lane for the position. -
position
org.djunits.value.vdouble.scalar.Length position
The position on the lane, relative to the cross section link (design line).
-
-
Exception org.opentrafficsim.kpi.sampling.SamplingException
class SamplingException extends Exception implements Serializable- serialVersionUID:
- 20160929L
-