Skip to main content
Solved

Using PointOnAreaOverlayer, I would like to know how to extract polygon IDs and assign them to corresponding points that are within each polygon.

  • January 4, 2023
  • 2 replies
  • 24 views

Using PointOnAreaOverlayer, I would like to know how to extract polygon IDs and assign them to corresponding points that are within each polygon.

Best answer by geomancer

Under Attribute Accumulation enable Merge Attributes. All attributes from the polygons will be copied to the points that are within that polygon.

POAO_Merge_AttributesIf you have overlapping polygons, enable Generate List On Output 'Point', and enter the appropriate settings.

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

geomancer
Evangelist
Forum|alt.badge.img+58
  • Evangelist
  • 932 replies
  • Best Answer
  • January 5, 2023

Under Attribute Accumulation enable Merge Attributes. All attributes from the polygons will be copied to the points that are within that polygon.

POAO_Merge_AttributesIf you have overlapping polygons, enable Generate List On Output 'Point', and enter the appropriate settings.


  • Author
  • 24 replies
  • January 5, 2023

Under Attribute Accumulation enable Merge Attributes. All attributes from the polygons will be copied to the points that are within that polygon.

POAO_Merge_AttributesIf you have overlapping polygons, enable Generate List On Output 'Point', and enter the appropriate settings.

It worked! Thank you so much.