T_DataQuality_Error
Describes the error range, given in [m], of measurement data that is integrated into the ASAM OpenDRIVE file.
Java class for t_dataQuality_Error complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="t_dataQuality_Error">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
</sequence>
<attribute name="xyAbsolute" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="xyRelative" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zAbsolute" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="zRelative" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
Content copied to clipboard
Functions
Link copied to clipboard
Absolute error of the road data in x/y direction
Link copied to clipboard
Relative error of the road data between adjacent element entries in x/y direction.
Link copied to clipboard
Absolute error of the road data in z direction
Link copied to clipboard
Relative error of the road data between adjacent element entries in z-direction.
Link copied to clipboard
Sets the value of the xyAbsolute property.
Link copied to clipboard
Sets the value of the xyRelative property.
Link copied to clipboard
Sets the value of the zAbsolute property.
Link copied to clipboard
Sets the value of the zRelative property.