Hi,
I am working on a project where I have a polygon and it has several layer one of which is a shoreline while the other is the ocean. One of the things I need to find is all the places that are currently classified as ocean that are completely surrounded by shoreline (I eventually will reclassify these places). What I have been trying to do is create to new layers through a select by attributes (one for ocean and one for shoreline) and then do a select by location for all places where the ocean is completely within the shoreline. Ideally this method would select all of those cases (where the ocean is completely bounded by shore) but in actuality is does not select anything. Has anyone ever had a similar case like this and found a solution?
Thanks for the help,
UMDprojects21