I am trying to create a building using Citygml4j library. The building should have building parts and overhangs. When examined I saw use of the BuildingInstallation
class for building elements like balconies and overhangs. But I don't understand how to use it.
I created a building. It has only roof and wall. How i add roof overhang a building using citygml4j library?
Thanks...