Hi,
To make a single-part polygon by dissolving areas which touch or overlap each other, use the
Dissolver.
To make a multi-part polygon by aggregating areas regardless of spatial relationships, use the
Aggregator.
See the
help docs to learn more.
Anyway, to perform the transformation for each feature class, try setting a format attribute called "fme_feature_type" (it stores feature class name) to the "Group By" parameter of the transformer. See the "Format Attributes" tab in the reader feature type properties dialog. You can expose the attribute there.
Takashi
Ok so I'll use the Aggregator. So I set the format attribute "fme_feature_type" to the Group By parameter on the Aggregator? Thanks
yup, try setting "fme_feature_type" to the "Group By" parameter, if you need to aggregate the input features for each feature class.
If you are using FME 2015.1, you can set the attribute holding the company name to "Feature Class or Table Name" in the GDB writer feature type. This setting is equivalent to the "Fanout By Attribute" in FME 2015.0 and earlier. See also this article in Safe blog.
The Feature Types They Are a-Changin’ (
http://blog.safe.com/2015/04/fmeevangelist132/)