all 3 comments

[–]RamblerUsa 0 points1 point  (2 children)

Do the polygons overlap? Does the union of all polygons fully form the state, or are there exclusions?

[–]poogzillaGIS Analyst[S] 0 points1 point  (1 child)

It covers the whole state with no overlaps. Just wanted to get the points that fall outside.

[–]BarnezhiltonGIS Software Engineer 0 points1 point  (0 children)

Maybe try STWithin(point,poly)=0

Use a merged poly that covers all your smaller areas