I have one very simple workbench that I am running against both SDE (9.3) and FGDB (10.0) sources.
I noticed two different fme_geometry values for same type of objects.
For the first one, i.e SDE 9.3, I have
fme_geometry=fme_donut
, but for the same features in FGDB 10.0 I have fme_geometry=fme_aggregate
. Is this a "problem" of converting ESRI data from 9.3 to 10.0 or how FME interprets geometry?
Because in case of fme_aggregate, FME is doing "additional" job of constructing donuts again:
Calculating inside points Determining uppermost containment Constructing donuts from xxx points
(Visible in log window)