Skip to main content
Question

How do I copy attributes from polygons to their included points?

  • February 11, 2016
  • 2 replies
  • 110 views

I have a large number of points that are in polygons I want to copy data from the polygon to its included points. What would be the easiest way? I have tried the pointoverlaypolygon and I seem to lose my attributes when I try to get them to the point shps. Thank you.

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

erik_jan
Contributor
Forum|alt.badge.img+26
  • Contributor
  • February 11, 2016

The PointonAreaOverlayer should be the transformer to use.

You do need the attributes on the output featuretype to write the attributes (or set the attributes to automatic).

If the attributes exist on the points the transformer will not overwrite the existing attributes unless you use these settings:

!


jdh
Contributor
Forum|alt.badge.img+41
  • Contributor
  • February 11, 2016

Alternatively if you're only interested in passing the polygon attributes to the point and not vice versa, you can use the spatialFilter Test to Perform Contains with Merge Attributes selected