Solved

Using FME to build UML of CityGML File

  • 12 June 2019
  • 2 replies
  • 12 views

How can we draw UML of CityGML File using FME? Is it possible to do so?

icon

Best answer by virtualcitymatt 12 June 2019, 17:42

View original

2 replies

Userlevel 4
Badge +26

Hi @vignesh

 

I suspect that this would be more effort to do with FME that it would be just to manually create them (or use a specialised tool). If you has a whole lot of diagrams which you needed then it might be worth it, however, I can't really see how you could get the connections/relationships to work.

 

If perhaps there was a third party tool that ran on command line or a python library for this kind of thing then you could use the SystemCaller or PythonCaller, respectively, and use FME as a wrapper to parse the CityGML.

Hi @vignesh

 

I suspect that this would be more effort to do with FME that it would be just to manually create them (or use a specialised tool). If you has a whole lot of diagrams which you needed then it might be worth it, however, I can't really see how you could get the connections/relationships to work.

 

If perhaps there was a third party tool that ran on command line or a python library for this kind of thing then you could use the SystemCaller or PythonCaller, respectively, and use FME as a wrapper to parse the CityGML.

Thank you @virtualcitymatt. I shall try to do the same. Have you worked on any third party tool for creation of UML? Appreciate your time

Reply