Skip to main content

Hello,

0684Q00000ArEzJQAV.png

in the picture there are lines and polygons. Both have a code attribute. The idea here is to clip the lines with polygons having the same code! E.g. for polygon 791238(one the left of the picture), lines within yellow block having the same code as this polygon, and they need to be clipped. So I thought the process will be:
  

for each polygon:  
    select the lines having the same code as the polygon
    clip selected lines with the polygon

How can I do this in FME? Or are there approaches?

Thanks!

Hi @stevenhz

You are looking for the clipper using the group by functionality.

More information to be found here:

https://docs.safe.com/fme/2017.0/html/FME_Desktop_Documentation/FME_Transformers/Transformers/clipper.htm


Reply