Skip to main content
Question

is FME available as lib / dll and can be integrated to an existing application? if yes, which programming languages (java,C++, python) are supported?

  • February 11, 2022
  • 3 replies
  • 15 views

gregorius007
Forum|alt.badge.img

we want to import data formats into our application and also export data from this application. that means, there is i.e. DGN file that we need to import into our data format and for this action we are looking for a lib or dll or similar.

currently i have seen, there is only a desktop (standalone application) available, but this is not what we are looking for, as we need to integrate a "data converter" into our application.

 

is there any version avaliable as a lib or DLL?

 

thanks a lot.

3 replies

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • February 11, 2022

gregorius007
Forum|alt.badge.img
  • Author
  • 1 reply
  • February 11, 2022

thanks for a fast response.


mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • February 11, 2022

I would say that perhaps the easiest method to do this is to create the translation you need using Workbench (the standalone application) and then run that translation within your application using FME Objects. There is an iFMEWorkspaceRunner method for that very purpose.

 

I don't know exactly if this fits your need, but you should definitely keep it in mind. It can be so much quicker to create than coding an entire solution.