I have a point feature containing a large amount of data in the attribute table that I want to copy to a polygon feature that shows the boundaries of the point feature projects. The polygons fully encompass the points. Is there a quick way to copy across the attributes. The points and polygons share no matching attributes other than their location.
Solved! Go to Solution.
Hmmm...I would start with a Spatial Join to see if that would work in this situation. Question for you - how many points per polygon?
Hmmm...I would start with a Spatial Join to see if that would work in this situation. Question for you - how many points per polygon?
Thanks worked perfectly. Went through the data set to make sure there was one point per polygon. Cheers!