Skip to main content

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