Skip to main content
Question

Over Looping polygons

  • September 21, 2022
  • 4 replies
  • 19 views

Forum|alt.badge.img+5

I have Workspace where shapefile has polygons they overlap so i want

they should be no overlapping . lowest values are normally on outside so I start clip with the next highest values then you move from low to high

 

4 replies

geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • September 21, 2022

Looping should not be necessary. You can use an AreaOnAreaOverlayer, writing the Value attribute to a list, a ListSorter to ensure list element 0 contains the lowest (or highest) value, a ListIndexer to write the value of element 0 back to the Value attribute, and a Dissolver to merge the polygons on the Value attribute.

Something like the solution to this question.


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • September 21, 2022

I am new if you dont mind can you help me out to create the workspace form e


geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • September 21, 2022

I am new if you dont mind can you help me out to create the workspace form e

The best way to learn FME is to try it for yourself.

The workspace in the question I linked to should give you something to start with.


Forum|alt.badge.img+5
  • Author
  • 170 replies
  • September 21, 2022

Thanks for your helpp