IdentifierAdder

Adds object identifiers from the RoadSpaces model to an AbstractCityObject (CityGML model).

Functions

Link copied to clipboard
fun addIdentifier(gmlId: String, dstCityObject: AbstractCityObject)

Adds the gmlId to the dstCityObject.

fun addIdentifier(gmlId: String, name: String, dstCityObject: AbstractCityObject)

Adds the gmlId and the name to the dstCityObject.