Skip to main content
Solved

ESRI shape file FME writer issue in Arc

  • January 14, 2018
  • 8 replies
  • 43 views

kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

I am writing arc element in ESRI shape file (Polygon type) from ESRI ArcSDE . But the writer stroke the arc and rendering as line string. I am using FME 2015.1.2.1 and even tried in FME 2017 also. Kindly let me know how to resolve it?

Same thing I tried to write in Microstation DGN writer, it is converted as Arc as expected.

Thanks

K.Jayakumar

Best answer by redgeographics

Unfortunately shapefiles don't support arcs so FME strokes them automatically upon writing. If you want to control the stroking yourself you can use an ArcStroker.

Stuff like this (which geometry types are supported by a certain format) can be found in the Quick Facts section of the Reader or Writer's documentation: ESRI Shapefile Quick Facts

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.

8 replies

redgeographics
Celebrity
Forum|alt.badge.img+62
  • Celebrity
  • Best Answer
  • January 15, 2018

Unfortunately shapefiles don't support arcs so FME strokes them automatically upon writing. If you want to control the stroking yourself you can use an ArcStroker.

Stuff like this (which geometry types are supported by a certain format) can be found in the Quick Facts section of the Reader or Writer's documentation: ESRI Shapefile Quick Facts


kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

Even it is stroking in Geodatabase format but it was mentioned in the link GDB format support that Arc is supporting.I tried 2015 and 2017 version also.

Please note that I don't want to stroke the arc.


redgeographics
Celebrity
Forum|alt.badge.img+62

Hi,

Even it is stroking in Geodatabase format but it was mentioned in the link GDB format support that Arc is supporting.I tried 2015 and 2017 version also.

Please note that I don't want to stroke the arc.

Can you check the GDB using the FME Data Inspector? Just to be on the safe side.

 

 

Can you share your workspace (and perhaps some of your data too)? It would help us try to narrow this down. GDB indeed supports arcs so there must be something else going on.

 

 


takashi
Celebrity
  • January 16, 2018

Hi,

Even it is stroking in Geodatabase format but it was mentioned in the link GDB format support that Arc is supporting.I tried 2015 and 2017 version also.

Please note that I don't want to stroke the arc.

It looks like the left shape (GDB) is slightly different from the right shape (SDE). Have you reprojected the arc? Or am I under a misapprehension?

 

 


kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi

It is not reprojected, it is identical.


kumarkannan1980
Participant
Forum|alt.badge.img+6

Hi,

outputgdb.zip

As I said I am reading the geometry from ArcSDE which I am not able to share, but I am attaching the output GDB . You can test with using ArcSDE connection having Arc geometry.

I did another test I exported the same geometry to GDB in ArcMap ,actual arc is exported without stroking. It seems there is a issue in FME ArcSDE reader


takashi
Celebrity
  • January 17, 2018

Hi,

outputgdb.zip

As I said I am reading the geometry from ArcSDE which I am not able to share, but I am attaching the output GDB . You can test with using ArcSDE connection having Arc geometry.

I did another test I exported the same geometry to GDB in ArcMap ,actual arc is exported without stroking. It seems there is a issue in FME ArcSDE reader

Which reader are you using - Esri Geodatabase (ArcSDE Geodb) Reader or Esri Legacy ArcSDE Reader? According to the documentation, the Legacy ArcSDE doesn't support arc geometry.

 

 


kumarkannan1980
Participant
Forum|alt.badge.img+6
Which reader are you using - Esri Geodatabase (ArcSDE Geodb) Reader or Esri Legacy ArcSDE Reader? According to the documentation, the Legacy ArcSDE doesn't support arc geometry.

 

 

Hi,

 

 

Thanks for the reply, I am using ESRI Legacy ArcSDE reader. Now I understand Arc will not support by the ArcSDE reader.