OpendriveReprojectorParameters

@Serializable
data class OpendriveReprojectorParameters(val reprojectModel: Boolean, val targetCrsEpsg: Int, val deviationWarningTolerance: Double)

Constructors

Link copied to clipboard
constructor(reprojectModel: Boolean, targetCrsEpsg: Int, deviationWarningTolerance: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

tolerance threshold when it t

Link copied to clipboard

perform the geospatial reprojection of the model geometries

Link copied to clipboard

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

Functions

Link copied to clipboard
fun getTargetCrsEpsg(): Option<Int>