T_DataQuality_Error

The absolute or relative errors of road data are described by elements within the element.

Java class for t_dataQuality_Error complex type

.

The following schema fragment specifies the expected content contained within this class.

{@code  }

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun getXyAbsolute(): Double
Absolute error of the road data in x/y direction
Link copied to clipboard
open fun getXyRelative(): Double
Relative error of the road data in x/y direction
Link copied to clipboard
open fun getZAbsolute(): Double
Absolute error of the road data in z direction
Link copied to clipboard
open fun getZRelative(): Double
Relative error of the road data in z direction
Link copied to clipboard
open fun setXyAbsolute(value: Double)
Sets the value of the xyAbsolute property.
Link copied to clipboard
open fun setXyRelative(value: Double)
Sets the value of the xyRelative property.
Link copied to clipboard
open fun setZAbsolute(value: Double)
Sets the value of the zAbsolute property.
Link copied to clipboard
open fun setZRelative(value: Double)
Sets the value of the zRelative property.