I am still having an issue with my Dynamic Schema workbench working correctly with polygons. I have finally worked out it is not the workbench itself that has the problem, but my custom-built transformer.
The transformer is a reprojection transformer and when dealing with polygons it actually GeometryCoercer's the polygons into lines to do the projection, then converts them back to polygons. I believe that this is why when I run my Dynamic Schema workbench on a shapefile polygon, it comes up with the "Features with no schema defined" error.
My question is - is there a way to get the Dynamic Schema function to work, without altering the transformer?? How do I get FME to remember the schema of the polygons before they went through the transformer??
Thankyou