Skip to main content
Question

Oracle Spatial Object to GML problem with 2 geometry

  • January 21, 2016
  • 2 replies
  • 26 views

Hi,

I have Oracle table with 2 geometry in 2 columns (B_ETYKIETA_GEOMETRIA, B_ETYKIETA_ODNOSNIK). I need to transform it to GML with geometry columns (geometriaKarto, odnosnik) but in my process FME chosen only one geometry table B_ETYKIETA_GEOMETRIA. How can I choose and transform geometry from B_ETYKIETA_GEOMERIA to geometriaKarto and B_ETYKIETA_ODNOSNIK to odnosnik?

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+7

So the geometry is stored in the attributes? Can't you just make use of the AttributeRenamer to change the names of these attributes?


erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • January 21, 2016

You will need the Reader parameter to enable multiple geometries (see picture).

That will force FME to create a aggregate geometry from the multiple geometries with geometry names

.

That aggregate can be written to GML.