Skip to main content

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?

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


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.


Reply