Skip to main content
Solved

Tolopoly Builder wont break polygon

  • April 30, 2024
  • 4 replies
  • 85 views

jugoslaviaa
Enthusiast
Forum|alt.badge.img+6

I have two polygon datastets and i send them to the Topology Builder so that they will get break at the intersection. However it does not give the result I expected. My expectation would be a similar result to thearea on area overlay 
 

my output looks. The overlapping area are not broken. Any idea what i may have been doing wrong

 

Best answer by redgeographics

Try the AreaOnAreaOverlayer instead, that should break up overlapping polygons.

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.

4 replies

redgeographics
Celebrity
Forum|alt.badge.img+61
  • Celebrity
  • Best Answer
  • April 30, 2024

Try the AreaOnAreaOverlayer instead, that should break up overlapping polygons.


jugoslaviaa
Enthusiast
Forum|alt.badge.img+6
  • Author
  • Enthusiast
  • May 5, 2024

I know that areaonareaoverlay gives the result I expect as I have written in the question. I wanted to know why the topology builder doesn't  do.


danilo_fme
Celebrity
Forum|alt.badge.img+51
  • Celebrity
  • May 5, 2024

I know that areaonareaoverlay gives the result I expect as I have written in the question. I wanted to know why the topology builder doesn't  do.

Hi, Please - could you share us the dataset for test?


joepk
Influencer
Forum|alt.badge.img+20
  • Influencer
  • May 6, 2024

I know that areaonareaoverlay gives the result I expect as I have written in the question. I wanted to know why the topology builder doesn't  do.

Simply put: because it is a different transformer. The TopologyBuilder computes topological relationships between input features and outputs those topological relationships. The AreaOnAreaOverlayer simply intersects the input features and outputs the geometrical result.