Skip to main content
Solved

Problem in Reading arc geometry from smallworld

  • December 21, 2017
  • 2 replies
  • 26 views

While reading arc geometry from smallworld, FME converting geometry as a linear, Could any one help us to resolve the issue ? The conversion of the geometry is done by FME internally?

Best answer by markatsafe

This might depend on the version of FME and the version of Smallworld you are using. I can't recall when support for arcs was added to the FME for Smallworld reader but more recent versions of FME and Smallworld should export circular arcs. Other types of arc (elliptical, spline, etc.) are stroked.

Also, if you are reprojecting the data to a different coordinate system FME will probably stroke the arcs since an arc in one coordinate system is generally not the same as an arc in a different coordinate system.

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

Forum|alt.badge.img+2
  • 1891 replies
  • Best Answer
  • December 28, 2017

This might depend on the version of FME and the version of Smallworld you are using. I can't recall when support for arcs was added to the FME for Smallworld reader but more recent versions of FME and Smallworld should export circular arcs. Other types of arc (elliptical, spline, etc.) are stroked.

Also, if you are reprojecting the data to a different coordinate system FME will probably stroke the arcs since an arc in one coordinate system is generally not the same as an arc in a different coordinate system.


  • Author
  • 1 reply
  • December 29, 2017

Thank You Mark for the information.