T_Header

The

element is the very first element within the

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getDate(): String
Time/date of database creation according to ISO 8601 (preference: YYYY-MM-DDThh:mm:ss)
Link copied to clipboard
open fun getEast(): Double
Maximum inertial x value
Link copied to clipboard
OpenDRIVE offers the possibility to include external data.
Link copied to clipboard
Gets the value of the geoReference property.
Link copied to clipboard
open fun getName(): String
Database name
Link copied to clipboard
open fun getNorth(): Double
Maximum inertial y value
Link copied to clipboard
Gets the value of the offset property.
Link copied to clipboard
open fun getRevMajor(): Int
Major revision number of OpenDRIVE format
Link copied to clipboard
open fun getRevMinor(): Integer
Minor revision number of OpenDRIVE format; 6 for OpenDrive 1.
Link copied to clipboard
open fun getSouth(): Double
Minimum inertial y value
Link copied to clipboard
open fun getVendor(): String
Vendor name
Link copied to clipboard
open fun getVersion(): String
Version of this road network
Link copied to clipboard
open fun getWest(): Double
Minimum inertial x value
Link copied to clipboard
open fun setDate(value: String)
Sets the value of the date property.
Link copied to clipboard
open fun setEast(value: Double)
Sets the value of the east property.
Link copied to clipboard
Sets the value of the geoReference property.
Link copied to clipboard
open fun setName(value: String)
Sets the value of the name property.
Link copied to clipboard
open fun setNorth(value: Double)
Sets the value of the north property.
Link copied to clipboard
open fun setOffset(value: T_Header_Offset)
Sets the value of the offset property.
Link copied to clipboard
open fun setRevMajor(value: Integer)
Sets the value of the revMajor property.
Link copied to clipboard
open fun setRevMinor(value: Integer)
Sets the value of the revMinor property.
Link copied to clipboard
open fun setSouth(value: Double)
Sets the value of the south property.
Link copied to clipboard
open fun setVendor(value: String)
Sets the value of the vendor property.
Link copied to clipboard
open fun setVersion(value: String)
Sets the value of the version property.
Link copied to clipboard
open fun setWest(value: Double)
Sets the value of the west property.