T_DataQuality_RawData
Some basic metadata containing information about raw data included in OpenDRIVE is described by the element within the
Java class for t_dataQuality_RawData complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_dataQuality_RawData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="date" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="source" use="required" type="{}e_dataQuality_RawData_Source" />
<attribute name="sourceComment" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="postProcessing" use="required" type="{}e_dataQuality_RawData_PostProcessing" />
<attribute name="postProcessingComment" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Information about the kind of data handling before exporting data into the ASAM OpenDRIVE file.
Link copied to clipboard
Comments concerning the postprocessing attribute.
Link copied to clipboard
Source that has been used for retrieving the raw data; further sources to be added in upcoming versions.
Link copied to clipboard
Comments concerning the @source .
Link copied to clipboard
Sets the value of the postProcessing property.
Link copied to clipboard
Sets the value of the postProcessingComment property.
Link copied to clipboard
Sets the value of the source property.
Link copied to clipboard
Sets the value of the sourceComment property.