Skip to main content

Hi,

 

I have a ground geometry like this:

imageSo this is an aggregate feature, based on faces!

 

Now I will resolve this into a polygon like this:

image 

it is not working with Aggregation based on building_id of the buildings! Than I have an aggregate feature like in the first picture

 

Is this kind of transformation possible?

 

I would run the feature through a Deaggregator, followed by a Dissolver.


I would run the feature through a Deaggregator, followed by a Dissolver.

@dustin​  thanks. This is working for me. I only have to add geometry coercer (set fme_polygon) that the Dissolver works fine!

Deaggregator --> GeometryCoercer --> Dissolver


Reply