Checking spatial location of points.

3520
1
Jump to solution
10-15-2014 12:40 PM
MariuszGiermakowski
New Contributor

Hi everyone!

I would like to ask you about one case. I`ve two vector layers. The first layer contains points. This layer has a lot of fields with data like name of district, voivodeship etc, second layer (polygon) is showing administrative division (commune, district, voivodeship). So i have two separete layers. Based on the second layer (polygon) i have to check that names in table (first layer - points) like "commune, district , voivodeship" are correct. Is there any solution?

 

Thanks a lot, Mariusz

0 Kudos
1 Solution

Accepted Solutions
DanPatterson_Retired
MVP Emeritus

I may be misinterpreting your question, however, it seems that a Spatial Join   to see whether your points are "within" your polygon would allow you to examine whether the points are within the polygon bounds as a minimum

View solution in original post

0 Kudos
1 Reply
DanPatterson_Retired
MVP Emeritus

I may be misinterpreting your question, however, it seems that a Spatial Join   to see whether your points are "within" your polygon would allow you to examine whether the points are within the polygon bounds as a minimum

0 Kudos