Solved

FME Desktop 2022: Polygons fail to be saved in esri geodatabase polygon feature class,

  • 2 March 2022
  • 4 replies
  • 11 views

Badge +5

FME Desktop 2022: Polygons fail to be saved in esri geodatabase polygon feature class,

 

In the screenshot below, and the attached data and workbench, I couldn’t figure out why polygons fail to be stored in esri geodatabase polygon feature class

 

 

 

Clip_146 

 

 

 

 

 

 

 

 

 

icon

Best answer by daveatsafe 4 March 2022, 00:01

View original

4 replies

Userlevel 2
Badge +17

Hi @jamal​,

 

One of the polygons is degenerate - it contains only two unique points. The GeometryValidator corrects this to a line, even on the Failed output, so it cannot be written to the GDB polygon feature class. If you move the GeometryValidator before the GeometryFilter, this feature will be output from the Path port of the GeometryFilter.

Badge +5

Thank you for the help.

 

How about the “aggregate”? can it be polyline, polygon or point?

 

 

Clip_150

Userlevel 2
Badge +17

Thank you for the help.

 

How about the “aggregate”? can it be polyline, polygon or point?

 

 

Clip_150

In FME, aggregates can contain mixed geometry, but only aggregates that have the same geometry can be written to Geodatabase. If you set Homogenize Collections to Yes in the GeometryFilter, it will convert mixed geometry aggregates into several same geometry aggregates suitable for writing to Geodatabase.

Badge +5

Thank you very much for the help. That’s great

 

Clip_167

Reply