FME areabuilder writing polygons to gdb problem
Best answer by takashi
Hi @jagteshwarshan, I can see "filegdb_type" attribute storing "geodb_polyline" in the log messages you have posted. This indicates that format of the source dataset is File Geodatabase and the source feature class contains "polyline" features. See also this page to learn more about "filegdb_type".
Esri Geodatabase (File Geodatabase API) Feature Representation
Also, it tells the Esri Geodatabase (File Geodb Open API) writer that the geometry should be treated as a polyline as much as possible. I therefore think that the writer considered the boundary of non-donut polygon as a line.
The problem could be resolved if you exposed the attribute "filegdb_type" and remove it before writing.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.