I am trying to write CityGML data, which originally come from CityGML and were stored in a ESRI FileGDB.
In the process I use GeometryPropertySetter and for Surfaces a SolidBuilder (Group By: gml_id)
While this works well in general, I get several WARN message in the Log.
In the resulting CityGML file several parts of Buildings/BuildingParts are missing.
The message is:
f_38(GeometryBuilderFactory): (#926007) Error encountered while copying traits to generated solids. Output will be left without traits, appearances, measures or attributes
Â
My question: What am I supposed to do about this message ? In which way can I dig into what is going wrong here ?