RelationAdder

Adds relations to and from an object to an AbstractCityObject (CityGML model).

Constructors

Link copied to clipboard
constructor(parameters: Roadspaces2CitygmlParameters)

Functions

Link copied to clipboard
fun addBelongToRelations(roadspaceObject: RoadspaceObject, dstCityObject: AbstractCityObject)
Link copied to clipboard
fun addLaneChangeRelation(lane: Lane, direction: RoadSide, dstTrafficSpace: TrafficSpace)

Adds a lane change relation to the dstTrafficSpace object

Link copied to clipboard
fun addRelatedToRelation(roadspaceObject: RoadspaceObject, dstTrafficSpace: TrafficSpace)