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.

  • 12 August 2019
  • 1 reply
  • 1 view

Badge


1 reply

Userlevel 5
Badge +25

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.

Reply