Opendrive2RoadspacesParameters

@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)

Transformation parameters for the OpenDRIVE to RoadSpace transformer.

Constructors

Link copied to clipboard
constructor(concurrentProcessing: Boolean, numberTolerance: Double, planViewGeometryDistanceTolerance: Double, planViewGeometryAngleTolerance: Double, attributesPrefix: String, deriveCrsEpsgAutomatically: Boolean, crsEpsg: Int, extrapolateLateralRoadShapes: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

prefix of attribute names

Link copied to clipboard

enable concurrency during processing

Link copied to clipboard

EPSG code of the coordinate reference system (obligatory for working with GIS applications)

Link copied to clipboard

EPSG code of the coordinate reference system (obligatory for working with GIS applications)

Link copied to clipboard

linear extrapolation of lateral road shapes if they are not defined at the position (otherwise errors are thrown)

Link copied to clipboard

allowed tolerance when comparing double values

Link copied to clipboard

angle tolerance between two geometry elements of the plan view

Link copied to clipboard

distance tolerance between two geometry elements of the plan view