Solved

I have a dataset of Land Parcels that I am clipping a portion out of, my problem is I need the clipper transformer to keep the parcels that the clipper crosses intact instead of chopping them off. example below shows all the red parcels have been ch

  • 29 April 2022
  • 2 replies
  • 3 views

Badge +2

image

icon

Best answer by nielsgerrits 29 April 2022, 15:25

View original

2 replies

Userlevel 6
Badge +33

Not sure if I understand correct but I think should use the SpatialFilter instead of the Clipper.

 

If you need to use the Clipper, you can copy the geometry of each feature to an attribute using the GeometryExtractor and restore the geometry from the attribute after the Clipper using the GeometryReplacer. I use the FME Binary encoding to do this.

Badge +2

Thanks... SpatialFilter Works a lot better for Parcels.

Reply