data class Opendrive2RoadspacesParameters(val concurrentProcessing: Boolean, val numberTolerance: Double, val planViewGeometryDistanceTolerance: Double, val planViewGeometryAngleTolerance: Double, val attributesPrefix: String, val crsEpsg: Int, val extrapolateLateralRoadShapes: Boolean)
Transformation parameters for the OpenDRIVE to RoadSpace transformer.