Skip to main content
Question

Hi, I need to convert the data from Oracle spatial to Microstation v8 using .net FME library (c#.net). I am facing problem while converting point features, it is coming as line feature (zero length) even though I set "igds_cell_name" and "cell librar

  • April 10, 2017
  • 2 replies
  • 35 views

kumarkannan1980
Participant
Forum|alt.badge.img+6

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • April 10, 2017

Oracle Spatial can store point geometries in two ways (using SDO_POINT or using the SDO_ELEMENT_ARRAY).

If you are sure these are supposed to be point features (you might want to test on the number of vertices using the Tester counting the coordinates with @NumCoord:s = 1)

Then set the geometry to be a point using the GeometryCoercer before writing.

Hope this helps.


MicroStation stores points as zero length lines. There is no dgn point element type.

/Krister