T_Header
Contains general information about the ASAM OpenDRIVE file
Java class for t_header complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_header">
<complexContent>
<extension base="{}_OpenDriveElement">
<sequence>
<element name="geoReference" type="{}t_header_GeoReference" minOccurs="0"/>
<element name="offset" type="{}t_header_Offset" minOccurs="0"/>
<element name="license" type="{}t_license" minOccurs="0"/>
<group ref="{}g_additionalData" maxOccurs="unbounded" minOccurs="0"/>
<element name="defaultRegulations" type="{}t_header_defaultRegulations" minOccurs="0"/>
</sequence>
<attribute name="date" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="east" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="north" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="revMajor" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" fixed="1" />
<attribute name="revMinor" use="required" type="{http://www.w3.org/2001/XMLSchema}integer" />
<attribute name="south" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="vendor" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="west" type="{http://www.w3.org/2001/XMLSchema}double" />
</extension>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Gets the value of the defaultRegulations property.
Link copied to clipboard
ASAM OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the geoReference property.
Link copied to clipboard
Gets the value of the license property.
Link copied to clipboard
Gets the value of the offset property.
Link copied to clipboard
Major revision number of OpenDRIVE format
Link copied to clipboard
Minor revision number of OpenDRIVE format; 6 for OpenDrive 1.
Link copied to clipboard
Version of this road network
Link copied to clipboard
Sets the value of the defaultRegulations property.
Link copied to clipboard
Sets the value of the geoReference property.
Link copied to clipboard
Sets the value of the license property.
Link copied to clipboard
Sets the value of the offset property.
Link copied to clipboard
Sets the value of the revMajor property.
Link copied to clipboard
Sets the value of the revMinor property.
Link copied to clipboard
Sets the value of the version property.