data class Roadspaces2CitygmlParameters(val concurrentProcessing: Boolean, val gmlIdPrefix: String, val xlinkPrefix: String, val identifierAttributesPrefix: String, val geometryAttributesPrefix: String, val flattenGenericAttributeSets: Boolean, val discretizationStepSize: Double, val sweepDiscretizationStepSize: Double, val circleSlices: Int, val generateRandomGeometryIds: Boolean, val transformAdditionalRoadLines: Boolean, val generateLongitudinalFillerSurfaces: Boolean, val generateLaneSurfaceExtrusions: Boolean, val laneSurfaceExtrusionHeight: Double, val laneSurfaceExtrusionHeightPerLaneType: Map<LaneType, Double>, val mappingBackwardsCompatibility: Boolean)