Skip to main content
Question

i have two geometry point and shape in dgn format.i want to create a point based polygon,i tried point on area overlayer it works fine.but output polygon was the samename,didnot take the point levelname.here i attched my input dgn.

  • August 12, 2019
  • 1 reply
  • 8 views

thirug
Forum|alt.badge.img

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.

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3701 replies
  • August 12, 2019

If you set the PointOnAreaOverlayer's Attribute Accumulation Parameters like this:

So accumulation mode to Merge Incoming and conflict resolution to Use Incoming any attributes of the points will overwrite matching attributes on the shapes.

You may also want to consider adding a list, there's 4 points overlapping 1 shape in your example.