T_Header_DefaultRegulations
Defines the default regulations. In each country there are different speed limits to a rural road. For example a rural road has a speed limit of 100km/h in Germany and 80km/h in the Netherlands. In some countries, one is allowed to turn right at a red traffic light; in others, one is not. Instead of writing this for each road or each signal, the default regulations can be specified once in the header for the entire {THIS_STANDARD} file. The default driving regulations can be overwritten with road, lane, or signal definitions.
Java class for t_header_defaultRegulations complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_header_defaultRegulations">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="roadRegulations" type="{}t_header_roadRegulation" maxOccurs="unbounded" minOccurs="0"/>
<element name="signalRegulations" type="{}t_header_signalRegulation" maxOccurs="unbounded" minOccurs="0"/>
<element name="_OpenDriveElement" type="{}_OpenDriveElement"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the _OpenDriveElement property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the roadRegulations property.
Link copied to clipboard
Gets the value of the signalRegulations property.
Link copied to clipboard
Sets the value of the _OpenDriveElement property.