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


Badge +1


2 replies

Userlevel 2
Badge +12

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

Reply