I want to convert a dgn file into shapefile while still keeping the Fill values of the objects.
How can I do that by using FME Desktop?
I have tried using Feature to Feature in ArcGIS but all the values of Fill are -1.
Thank you very much!
Yours sincerely,
ND Liem
Best answer by nguyenduyliem
Have you tried exposing all the igds_fill_* format attributes on the reader? I'm not quite sure which one you're needing, but try sending them all to the Inspector to see if you can locate the relevant one(s).
Thank you. I finally did it.
By converting from dgn to tab (MapInfo), I got the Fill of the objects.
I then converted tab to shapefile.
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.
Have you tried exposing all the igds_fill_* format attributes on the reader? I'm not quite sure which one you're needing, but try sending them all to the Inspector to see if you can locate the relevant one(s).
Have you tried exposing all the igds_fill_* format attributes on the reader? I'm not quite sure which one you're needing, but try sending them all to the Inspector to see if you can locate the relevant one(s).
Thank you. I finally did it.
By converting from dgn to tab (MapInfo), I got the Fill of the objects.