class Opendrive2RoadspacesTransformer: Any
Fields
Name | Description |
---|---|
val parameters: Opendrive2RoadspacesParameters
|
parameters for the transformation |
Constructors
<init>
constructor(parameters: Opendrive2RoadspacesParameters)
Transformer from OpenDRIVE data model to the RoadSpaces data model.
Parameters
Name | Description |
---|---|
parameters: Opendrive2RoadspacesParameters
|
parameters for the transformation |
Methods
transform
fun transform(opendriveModel: OpendriveModel, sourceFileIdentifier: FileIdentifier): Pair
Execution of the transformation.
Parameters
Name | Description |
---|---|
opendriveModel: OpendriveModel
|
OpenDRIVE model as input |
sourceFileIdentifier: FileIdentifier
|
ReturnValue
Name | Description |
---|---|
Pair
|
transformed RoadSpaces model as output |
Transformer from OpenDRIVE data model to the RoadSpaces data model.