Imagine that I have the need to determine landlocked countries. Is there a to do it automatically? Any known implementations?
The target platform on this will be ESRI.
|
|
Topology will do this - polygons to line - build topology find "left = 0" (outer line which is sea without creating sea polygon) then inverse the selected features use this selection to find your original polygon. Should be all internal polygons 'landlocked' Have done this in reverse to build a sea polygon mask - can be automated with modelbuilder. |
|||
|
|
|
You could use the 'Select by Location' function in ArcMap and choose a criteria that best fits (such as 'within X m' of a polygon). I don't think this is as sophisticated as using topologies but it has the benefit of being scriptable in Python and can be made into a button you click. |
|||
|
|