Package-level declarations

Types

Link copied to clipboard
@Serializable
data class Opendrive2RoadspacesParameters(    val concurrentProcessing: Boolean,     val numberTolerance: Double,     val planViewGeometryDistanceTolerance: Double,     val planViewGeometryAngleTolerance: Double,     val attributesPrefix: String,     val deriveCrsEpsgAutomatically: Boolean,     val crsEpsg: Int,     val extrapolateLateralRoadShapes: Boolean,     val generateRoadObjectTopSurfaceExtrusions: Boolean,     val roadObjectTopSurfaceExtrusionHeightPerObjectType: Map<RoadObjectType, Double>)

Transformation parameters for the OpenDRIVE to RoadSpace transformer.

Link copied to clipboard

Transformer from OpenDRIVE data model to the RoadSpaces data model.