Question

Splitting data inside a polygon into a new Shape file.

  • 31 October 2022
  • 1 reply
  • 4 views

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?


1 reply

Badge +3

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.

Reply