Skip to main content
Solved

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

  • March 2, 2022
  • 4 replies
  • 60 views

jamal
Forum|alt.badge.img+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 

 

 

 

 

 

 

 

 

 

Best answer by daveatsafe

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.

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.

4 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • March 2, 2022

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.


jamal
Forum|alt.badge.img+5
  • Author
  • 342 replies
  • March 3, 2022

Thank you for the help.

 

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

 

 

Clip_150


daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • March 3, 2022

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.


jamal
Forum|alt.badge.img+5
  • Author
  • 342 replies
  • March 4, 2022

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

 

Clip_167