Hello,
I have two shapefiles :
- an existing polygon shapefile
- a newer file containing a line (more precise) that covers part of the existing polygon file
My goal is to obtain a polygon in which the more recent line is replaced in the initial polygon. I have identified the indexes of the points that need to be deleted in the initial file but I don't know how to add between these two indexes the points of the more recent line.
I thought of making a loop in a customTransformer but it seems quite complex...
Do you have any suggestions ?