Skip to main content

Hello

As a FME Rookie ive a question

I have three polygons less than 1km square

0.4 , 0.5 , 0.2 km²

 

I would like to know if there is a transformer to adapt every polygons to a 1km² box each ? , i only know Bufferer but is it possible to have the same surface in three different geometries ?

 

Thanks in advance !

Hello,

you can use a CenterPointReplacer to replace the three polygons with a point, and then use the Bufferer with a buffer distance of 500 meters and the End Cap Style set to Square.

This will result in a 1km² square polygon on the location of your input polygons.

Hope this helps.


Indeed ! thanks @joepk​ 


Reply