Uses of Class
org.opentrafficsim.xml.generated.RoadLayout
Package
Description
Copyright (c) 2013-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands.
Utilities for the parsing.
-
Uses of RoadLayout in org.opentrafficsim.road.network.factory.xml.parser
Modifier and TypeMethodDescription(package private) static void
NetworkParser.applyRoadLayout
(RoadNetwork otsNetwork, org.opentrafficsim.core.definitions.Definitions definitions, Network network, org.opentrafficsim.core.dsol.OtsSimulatorInterface simulator, Map<String, RoadLayout> roadLayoutMap, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, org.djunits.value.vdouble.scalar.Speed>> linkTypeSpeedLimitMap, Map<String, org.opentrafficsim.core.geometry.ContinuousLine> designLines, Map<String, org.opentrafficsim.core.geometry.Flattener> flatteners, org.djutils.eval.Eval eval) Build the links with the correct design line.static org.opentrafficsim.core.definitions.Definitions
DefinitionsParser.parseDefinitions
(Definitions definitions, Map<String, RoadLayout> roadLayoutMap, Map<String, GtuTemplate> gtuTemplates, Map<String, GeneratorPositions.LaneBias> laneBiases, Map<org.opentrafficsim.core.network.LinkType, Map<org.opentrafficsim.core.gtu.GtuType, org.djunits.value.vdouble.scalar.Speed>> linkTypeSpeedLimitMap, org.djutils.eval.Eval eval) Parse the Definitions tag in the OTS XML file. -
Uses of RoadLayout in org.opentrafficsim.road.network.factory.xml.utils
Modifier and TypeMethodDescriptionstatic RoadLayout
Cloner.cloneRoadLayout
(RoadLayout in) Clone the BasicRoadLayout, as not all DJUNIT types are serializable...Modifier and TypeMethodDescriptionstatic RoadLayout
Cloner.cloneRoadLayout
(RoadLayout in) Clone the BasicRoadLayout, as not all DJUNIT types are serializable... -
Uses of RoadLayout in org.opentrafficsim.xml.generated
Modifier and TypeMethodDescriptionObjectFactory.createRoadLayout()
Create an instance ofRoadLayout
Modifier and TypeMethodDescriptionRoadLayouts.getRoadLayout()
Gets the value of the roadLayout property.