Question

Cut polygon to the wanted length

  • 11 February 2021
  • 2 replies
  • 9 views

Hello,

 

I would like to cut multiple polygon the wanted length. I was wondering if there was a transformer or multiple transformer who would do the same operation on polygon as a line divider can do to line feature.

 

Thank you


2 replies

Badge +2

Hi @Ian Gagnon-Renaud​ ,

Perhaps the PolygonCutter on the FME Hub could come in handy here (if you have an existing line feature that you want to split the areas with). Otherwise, I'd check out the Tiler transformer as it can be used to split up your features based on the defined tile height/width or the BoundsSplitter.

I'm currently trying to select the road (polygon) feature with my structure (line) feature. I'm able to do so with a spatial filter and a group by. But since the line are not the same length as the polygon, its select more then it should (See images). I just tried with BoundsSplitter but does'nt work since the polygon can be curved. Since I don't have any line to cut it with, PolygonCutter would'nt work. I'm still figuring out of Tiler would work..

Reply