I have a Shape file contains bunch of layers including one polygon layer.
So i want to split all layer's data based on the each polygon boundary and save it as new shape files individually.
How can i do this in FME?
I have a Shape file contains bunch of layers including one polygon layer.
So i want to split all layer's data based on the each polygon boundary and save it as new shape files individually.
How can i do this in FME?
We have transformers like PointOnAreaOverlayer or clipper or spatial filter
Based on the characteristics of polygon feature properties, you can fanout features to a different shape file.
Save any point features that are contained within a polygon feature to a shape file by using the point PointOnAreaOverlayer transformer.
Based on the characteristics of polygon feature properties, you can fanout features to a different shape file.