OpendriveToCitygmlParameters

constructor(convertToCitygml2: Boolean = false, skipRoadShapeRemoval: Boolean = OpendriveEvaluatorParameters.DEFAULT_SKIP_ROAD_SHAPE_REMOVAL, tolerance: Double = Opendrive2RoadspacesParameters.DEFAULT_NUMBER_TOLERANCE, planViewGeometryDistanceTolerance: Double = OpendriveEvaluatorParameters.DEFAULT_PLAN_VIEW_GEOMETRY_DISTANCE_TOLERANCE, planViewGeometryDistanceWarningTolerance: Double = OpendriveEvaluatorParameters.DEFAULT_PLAN_VIEW_GEOMETRY_DISTANCE_WARNING_TOLERANCE, planViewGeometryAngleTolerance: Double = OpendriveEvaluatorParameters.DEFAULT_PLAN_VIEW_GEOMETRY_ANGLE_TOLERANCE, planViewGeometryAngleWarningTolerance: Double = OpendriveEvaluatorParameters.DEFAULT_PLAN_VIEW_GEOMETRY_ANGLE_WARNING_TOLERANCE, crsEpsg: Int = Opendrive2RoadspacesParameters.DEFAULT_CRS_EPSG, offsetX: Double = OpendriveOffsetAdderParameters.DEFAULT_OFFSET_X, offsetY: Double = OpendriveOffsetAdderParameters.DEFAULT_OFFSET_Y, offsetZ: Double = OpendriveOffsetAdderParameters.DEFAULT_OFFSET_Z, cropPolygonX: List<Double> = OpendriveCropperParameters.DEFAULT_CROP_POLYGON_X, cropPolygonY: List<Double> = OpendriveCropperParameters.DEFAULT_CROP_POLYGON_Y, discretizationStepSize: Double = Roadspaces2CitygmlParameters.DEFAULT_DISCRETIZATION_STEP_SIZE, sweepDiscretizationStepSize: Double = Roadspaces2CitygmlParameters.DEFAULT_SWEEP_DISCRETIZATION_STEP_SIZE, circleSlices: Int = Roadspaces2CitygmlParameters.DEFAULT_CIRCLE_SLICES, generateRandomGeometryIds: Boolean = Roadspaces2CitygmlParameters.DEFAULT_GENERATE_RANDOM_GEOMETRY_IDS, transformAdditionalRoadLines: Boolean = Roadspaces2CitygmlParameters.DEFAULT_TRANSFORM_ADDITIONAL_ROAD_LINES, compressionFormat: CompressionFormat = CompressionFormat.NONE)