Skip to main content
Question

Hi I have two polygons in shapefiles.first polygon was set a unique id for each polygons.another polygon was inside that polygon.need to set a same id for the second polygons.i tried with spatial filter it ws working but not correct id set the polygo

  • September 11, 2019
  • 4 replies
  • 43 views
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

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • September 11, 2019

Have you tried using the AreaonAreaOverlayer?


thirug
Forum|alt.badge.img
  • Author
  • September 12, 2019

Have you tried using the AreaonAreaOverlayer?

Thanks for replying

it also tried.but my second polygon count was increased.that also do not change


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • September 12, 2019

@thirug

did you set the attribute handling correctly in the spatialfilter?

If both polygons have attributenames which are equal, like "ID", you must tell the transformer which it should prefer: Conflict Resolution.

 


pratap
Contributor
Forum|alt.badge.img+12
  • Contributor
  • September 13, 2019

@thirug,

Could you kindly provide sample data or screenshots to understand your question better