Uses of Class
org.opentrafficsim.xml.generated.RoadLayout
Packages that use 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
Method parameters in org.opentrafficsim.road.network.factory.xml.parser with type arguments of type RoadLayoutModifier 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
Methods in org.opentrafficsim.road.network.factory.xml.utils that return RoadLayoutModifier and TypeMethodDescriptionstatic RoadLayout
Cloner.cloneRoadLayout
(RoadLayout in) Clone the BasicRoadLayout, as not all DJUNIT types are serializable...Methods in org.opentrafficsim.road.network.factory.xml.utils with parameters of type RoadLayoutModifier 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
Fields in org.opentrafficsim.xml.generated with type parameters of type RoadLayoutMethods in org.opentrafficsim.xml.generated that return RoadLayoutModifier and TypeMethodDescriptionObjectFactory.createRoadLayout()
Create an instance ofRoadLayout
Methods in org.opentrafficsim.xml.generated that return types with arguments of type RoadLayoutModifier and TypeMethodDescriptionRoadLayouts.getRoadLayout()
Gets the value of the roadLayout property.