Skip to main content
Solved

How to create Polygon based on faces?

  • March 31, 2022
  • 2 replies
  • 97 views

limo
Supporter
Forum|alt.badge.img+8
  • Supporter
  • 52 replies

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?

 

Best answer by dustin

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

dustin
Influencer
Forum|alt.badge.img+31
  • Influencer
  • 627 replies
  • Best Answer
  • March 31, 2022

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


limo
Supporter
Forum|alt.badge.img+8
  • Author
  • Supporter
  • 52 replies
  • March 31, 2022

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