When writing 3-point arcs to Oracle Spatial with a projected coordinate system, FME 2020 (64-bit) can maintain their geometries as arcs. When writing arcs to Oracle Spatial with a geographic coordinate system, however, FME strokes the arcs into lines. Is it possible to write the arcs to a geographic coordinate system without converting them to lines?
Solved
Writing arcs to Oracle Spatial
Best answer by crystalwang
Hi
As far as I know, I don't believe Oracle Spatial allows the preservation of arcs for a geographic coordinate system. Unfortunately, it seems like the only way is to reproject to a projected coordinate system.
Perhaps you could also consider extracting/storing properties of the arc such as center point, radius, etc. of the arc as attributes when using a geographic coordinate system to not lose that geometry information. This can be done with the ArcPropertyExtractor transformer. With this method, you'll retain the geometry information to be able to rebuild the arc if needed, using the 2DArcReplacer transformer.
Hope this helps!
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.
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.


