T_DataQuality_Error
The absolute or relative errors of road data are described by elements within the
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 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 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.