Skip to main content
Solved

ESRI ArcGIS Layer Reader

  • December 19, 2013
  • 1 reply
  • 21 views

cameron_blandy
Contributor
Forum|alt.badge.img+7
I was wondering what the intention of this Reader is. It seems to only read the data in from the underlying FeatureClass.

 

 

A layer file contains a lot of important information used for the display of the data in ArcMap. This includes visible fields, field aliases, defintion queries and scale ranges (to name a few). I am wondering why the reader does not expose these properties of the layer file. We are using 2013 SP4.

Best answer by fmelizard

Hi,

 

Conceptualy FME is about data and not that much about the visualisation of it.

 

For example writting to a DWG without a template file limits the possiblities of setting colors and line properties.

 

It is possible (DWGStyler) but a more effective way is to use the template file method.

 

Itay
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

fmelizard
Safer
Forum|alt.badge.img+21
  • Safer
  • Best Answer
  • December 19, 2013
Hi,

 

Conceptualy FME is about data and not that much about the visualisation of it.

 

For example writting to a DWG without a template file limits the possiblities of setting colors and line properties.

 

It is possible (DWGStyler) but a more effective way is to use the template file method.

 

Itay