Serialized Form
-
Package org.opentrafficsim.road.network.factory.opendrive
-
Class org.opentrafficsim.road.network.factory.opendrive.OpenDriveParserException extends Exception implements Serializable
- serialVersionUID:
- 20180525L
-
-
Package org.opentrafficsim.road.network.factory.opendrive.old
-
Class org.opentrafficsim.road.network.factory.opendrive.old.Controller extends Object implements Serializable
- serialVersionUID:
- 20150715L
-
Serialized Fields
-
id
String id
-
simulator
DEVSSimulatorInterface.TimeDoubleUnit simulator
-
trafficLights
Map<Integer,Set<SimpleTrafficLight>> trafficLights
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.ControllerTag extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Class org.opentrafficsim.road.network.factory.opendrive.old.GeneratorAnimation extends Renderable2D implements Serializable
- serialVersionUID:
- 20150130L
-
Serialized Fields
-
halfWidth
double halfWidth
The half width left and right of the center line that is used to draw the block.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.HeaderTag extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
date
String date
Date of the map. -
east
Length east
Range of the map in the east. -
name
String name
Name of the map. -
north
Length north
Range of the map in the north. -
originHdg
Angle originHdg
Origin Hdg of the map. -
originLat
Length originLat
Origin latitude of the map. -
originLong
Length originLong
Origin longitude of the map. -
revMajor
int revMajor
Major revision. -
revMinor
int revMinor
Minor revision. -
south
Length south
Range of the map in the south. -
vendor
String vendor
Vendor of the map. -
version
String version
Version of the map. -
west
Length west
Range of the map in the west.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.JunctionTag extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
connectionTags
Map<String,org.opentrafficsim.road.network.factory.opendrive.old.ConnectionTag> connectionTags
A map of connections in the junction. -
controllerTags
Map<String,ControllerTag> controllerTags
A map of controller in the junction. -
id
String id
Unique ID within database. -
name
String name
Name of the junction.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.LaneAnimationOD extends Renderable2D implements Serializable
- serialVersionUID:
- 20141017L
-
Serialized Fields
-
color
Color color
Color of the lane.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.OpenDriveNetworkLaneParserOld extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
animationMap
Map<Object,Renderable2D<?>> animationMap
The generated animation per object. -
controllerTags
Map<String,ControllerTag> controllerTags
Junction tags. -
gtuTypes
Map<String,GTUType> gtuTypes
The GTUTypes that have been created. -
headerTag
HeaderTag headerTag
Header tag. -
junctionTags
Map<String,JunctionTag> junctionTags
Controller tags. -
laneTypes
Map<String,LaneType> laneTypes
The LaneTypes that have been created. -
network
OTSRoadNetwork network
OTS network. -
roadTags
Map<String,RoadTag> roadTags
Road tags. -
signalTags
Map<String,SignalTag> signalTags
The signalTags that have been created. -
simulator
OTSSimulatorInterface simulator
The simulator for creating the animation. Null if no animation needed. -
trafficLightsByLanes
Map<String,Set<SimpleTrafficLight>> trafficLightsByLanes
The trafficLights that have been created, organized by lanes. -
trafficLightsBySignals
Map<String,Set<SimpleTrafficLight>> trafficLightsBySignals
The trafficLights that have been created, organized by signals.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.RoadTag extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
designLine
OTSLine3D designLine
The calculated designLine. -
elevationProfileTag
org.opentrafficsim.road.network.factory.opendrive.old.ElevationProfileTag elevationProfileTag
ElevationProfile Tag containing a list of elevations. -
endNode
OTSRoadNode endNode
The calculated endNode. -
id
String id
Unique ID within database (preferably an integer number, uint32_t). -
junctionId
String junctionId
Id of the junction to which the road belongs as a connecting road (= -1 for none). -
lanesTag
org.opentrafficsim.road.network.factory.opendrive.old.LanesTag lanesTag
Lanes Tag containing a list of laneSections. -
lateralProfileTag
org.opentrafficsim.road.network.factory.opendrive.old.LateralProfileTag lateralProfileTag
LateralProfile Tag containing a list of superElevations. -
length
Length length
Total length of the reference line in the xy-plane, as indicated in the XML document. -
link
CrossSectionLink link
The calculated Link. -
linkTag
org.opentrafficsim.road.network.factory.opendrive.old.LinkTag linkTag
Link Tag containing predecessor, successor and neighbor info. Can be absent for isolated roads. -
name
String name
Name of the road. -
objectsTag
org.opentrafficsim.road.network.factory.opendrive.old.ObjectsTag objectsTag
Objects Tag containing a list of objects. -
planViewTag
org.opentrafficsim.road.network.factory.opendrive.old.PlanViewTag planViewTag
PlanView Tag containing a list of geometries. -
signalsTag
org.opentrafficsim.road.network.factory.opendrive.old.SignalsTag signalsTag
Signals Tag containing a list of signals. -
startNode
OTSRoadNode startNode
The calculated startNode. -
subLinks
List<CrossSectionLink> subLinks
The calculated Link. -
typeTag
org.opentrafficsim.road.network.factory.opendrive.old.TypeTag typeTag
Type Tags containing road type and maximum speed information for stretches of road.
-
-
Class org.opentrafficsim.road.network.factory.opendrive.old.SignalTag extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
country
String country
Country. -
dynamic
String dynamic
Dynamic. -
id
String id
Id. -
name
String name
Name. -
orientation
String orientation
Orientation. -
s
Length s
Parameter s. -
subtype
String subtype
Sub type. -
t
Length t
Parameter t. -
type
String type
Type. -
value
String value
Value. -
zOffset
Length zOffset
The zOffset.
-
-
-
Package org.opentrafficsim.road.network.factory.opendrive.parser
-
Class org.opentrafficsim.road.network.factory.opendrive.parser.OpenDriveNetworkLaneParser extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Class org.opentrafficsim.road.network.factory.opendrive.parser.OpenDriveNetworkWriter extends Object implements Serializable
- serialVersionUID:
- 20150723L
-
Serialized Fields
-
network
OTSNetwork network
OTS network. -
output
String output
-
-