Hello All,
I'm working on a workbench to convert IFC to CityGML. Before writing out CityGML, I'm trying to add some CityGML attributes, e.g. class, function, usage, etc.. According the section "Setting CityGML attributes and properties in FME" from Writing CityGML from FME (safe.com), I used these two transfermors "AttributeCreator" and "GeometryPropertySetter" to add the attributes.
However, the output CityGML cannot identify the attributes as the ones in CityGML schema. Foe example, I opened the CityGML with notepad, the attributes are look like this:
Only "class" can be showed as "<bldg:class>", others are showed as "<gen:stringAttribute name="citygml_...">".
What I want is this:
May I know is this possible to do in FME Workbench? If so, how? Many thanks.
PS. This is my version of FME Desktop.
Regards,
Qubbie