Skip to main content

Source Origin: Multipolygon layer

Destinity: SinglePoint Layer

 

 

If I use the CenterPointReplacer with the "Any Inside Point" mode checked the result is rejected.

And if I use other of the two modes, the result is a singlepoint outside the ancient multipolygon layer, and I need only one point inside the ancient area.

 

 

Does anyone know the correct way to obtain it?

One thing you could do is generate an ID for each multipolygon (UUIDGenerator) then explode the collection (DeAggregator), filter out one polygon for each multipolygon (Sampler, group by ID) and send that through the CenterPointReplacer.


OK, thanks!!!!

👍 👍 👍


Reply