I have a list of polygons, each associated with the x/y coordinates of a point. These points may not intersect the polygons. How can I select the polygons that do contain the corresponding point? I only have a ArcView license.
Tell me more
×
Geographic Information Systems Stack Exchange is a question and answer site for
cartographers, geographers and GIS professionals. It's 100% free, no registration required.
|
|
There are probably lots of ways to do this. Try a spatial join of points to polygons (keep only matching), then select by attributes only those polygons that match their joined points. Or could you have more than one point in a polygon? |
|||
|
|