Is it possible to return the boundary (outside) permiter of a polygon layer?
Let's say you have the map of the USA, for simplicity, broken down to the county level, is it possible to return the boundary map of the whole country from that map?
|
|
You can just do a dissolve on the county layer (be sure to have just the counties you want to dissolve selected). |
|||||||||||||
|
|
Your getting lines when you do a dissolve because the boundaries are not seamless. Regardless of software product, do the following: Do an integrate.
Then do a dissolve.
|
|||
|
|
Allow me to plug my own project... Boundary Generator will give you both external and internal boundaries of every polygon (as line features). Internal boundaries are attributed with the FID for each of the two polygons that share that border. External boundaries should have an FID of zero for one of those two, so they are easy to select out of the full result. The nice thing about it vs doing dissolves is that I've added a couple of knobs over precision so it can deal with not-quite-perfect data. (How far apart should two polygon borders be to be considered a shared border? How much angle deviation is required?) It's still in alpha and it's been a while since I've tackled an update; I'd love to hear how well it works for you! |
|||
|
|
|
You can use GRASS module: |
|||
|
|
|
|||
|
|
|
It sounds like the Bounding Containers sample posted on arcgis.com will work for what you want. |
|||
|