Question

CityGML to CAD and back, how to fix problems with attributes

  • 23 March 2017
  • 2 replies
  • 2 views

Hello everyone,

Currently I am working on making a translation from CityGML to CAD and back. However, on the way back the attributes change drastically from the original.

Original

<imgeo:bronhouder>source</imgeo:bronhouder>
<imgeo:inOnderzoek>false</imgeo:inOnderzoek>

Translated

<gen:stringAttribute name="bronhouder">
<gen:value>source</gen:value>
</gen:stringAttribute>
<gen:stringAttribute name="inOnderzoek">
<gen:value>false</gen:value>
</gen:stringAttribute>

Both the prefixes and the structure changes and I want them to be as similar as possible. Is there a way to do this? Enclosed you can find the fmw I use.


2 replies

Problem has been resolved. This was done by importing data from an existing imgeo gml file.

Badge

Hey im trying to do the same but from Citygml to IFC, but at the ende i found any Geometry , how can i fix it ?

Reply