Skip to main content
Question

Splitting data inside a polygon into a new Shape file.

  • October 31, 2022
  • 1 reply
  • 54 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

f.kemminje
Contributor
Forum|alt.badge.img+11
  • Contributor
  • November 1, 2022

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.