Skip to main content
Question

translate empty features

  • April 25, 2014
  • 2 replies
  • 48 views

Forum|alt.badge.img
Good morning. I have a quick questio. I need to migrate the schema from a geodatabase to an empty CAD file. I just want to make sure I have the same schema in the CAD file and to be able to leverage domain vaules etc. Is this possible using FME?

 

Thanks
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

david_r
Celebrity
  • April 27, 2014
Hi,

 

 

I don't really have a specific answer to your question, but in general it is my experience that FME isn't too strong at handling the repliction of empty schemas.

 

 

Since FME is feature-driven (Feature manipulation engine!) it has a tendency to skip all operations where there are no features entering.

 

 

If you don't get an answer here, consider contacting your reseller or Safe support.

 

 

David

Forum|alt.badge.img
  • Author
  • April 28, 2014
Hi David,

 

 I was able to translate the empty schema  from GDB to a CAD file using the creator transformer.  Basically I had to modify the input  type on the creator to assign a geometry type different than the destination. In other words if my destination was a polygon, I assigned a point or a line geometry in the creator. No idea why it works like that but thats what the documentation said to do. The problem was that I lost all of my GIS Schema when that happened.