I have a few thousand points in an SDE layer and I need to see which points intersect or overlay a polygon layer (hundreds of polygon features). Intersecting points will get a risk value assigned to them (I was thinking through a test filter and attribute creator). Non intersecting points just won't have a risk value and all points whether intersecting or not get written to a point featureclass I already have created in SDE. I've tried PointOnOverlay, Intersector, and even SpatialFilter but I must be setting this up wrong. Any ideas? Many thanks
Solved
Points that intersect polygons and points that don't
Best answer by ciarab
pointonareaoverlayer should work, points will get an overlap value of 1 if they intersect 1 polygon and so on. Are your 2 datasets in the same coordinate system?
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.
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.


