Skip to main content
Archived

Common Structure of Symbology for all file formats (Generic Styler)

Related products:Integrations
  • September 18, 2017
  • 1 reply
  • 22 views

Forum|alt.badge.img

Hi

(Generic Styler)

I don't know whether FME has this option or not but the requirement is to store a symbology in common set of attributes or any common structure so it can be used for any of the format.

For example:- Exposing set of attributes from DWG file and then using that fields for full fledged styling of DGN file.

My idea is to create a transformer that read the symbology related attributes then convert and store them in common structure which can be used for styling of any format at time of writing the file. (Generic Styler)

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.

1 reply

redgeographics
VIP
Forum|alt.badge.img+63

In a way FME already attempts to do this: any styling present in the source file gets reproduced, as closely as possible, on the destination file. It's not 100% which is for a large part due to differences in how formats handle style. The only generic transformer that does something with regards to styling is the FeatureColorSetter, all the others are format-specific.