Question

Oracle Spatial Object to GML problem with 2 geometry

  • 21 January 2016
  • 2 replies
  • 3 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?


2 replies

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

Userlevel 2
Badge +16

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