Solved! Go to Solution.
Hello all,
I want to split a polygon (or many polygons in one shapefile) by a line feature using the Advanced Editing Toolbar Split tool . It's exactly the type of situation shown in the "split polygon by overlapping features" entry in Help (which uses the Split tool).
[ATTACH=CONFIG]29017[/ATTACH]
Here's my scenario
[ATTACH=CONFIG]29016[/ATTACH]
What I really want to do is split the green polygon by the river lines and end up with 3 new polygons in a new shapefile. But I keep getting an error msg "No polygons were split. Ensure the selected features form continuous rings and overlap the polygons." the help only says to select the line(s) but I've also tried selecting both the lines and the polygon. The straight diagonal line is one I made as a test to control for possible gaps in the river lines, but that didn't work either.
I have an Advanced license for 10.1. Any help on what I'm missing here?
Thanks.
kathi
The example you showed from the help has a single line feature that is crossing the entire polygon. That is not true of the rivers you want to use to split the polygons. Right now there are three separate lines, none of which fully cross the boundaries on each side of the polygon. The three lines all end at the junction where the three lines meet in the interior of the polygon.
To use these river lines you would have to copy the three lines at least one more time and merge all opposing pairs at the junction of those lines to forms a single line that cuts a full 1/3 portion of the polygon. Each continuous river line must fully cross the whole of the polygon from polygon boundary to polygon boundary. This would mean a line merging the two upper most lines to cut the top 1/3, two eastern most lines merged into one to cut out the eastern 1/3, and two western and southern most lines merged into one to cut the southwestern 1/3. The lines would overlap each other in all cases, so you should do this in a separate duplicate feature class copy of the original river lines.
Thanks for your response. I considered that possibility, but even using a single feature across the polygon (see the diagonal line in "my scenario" I got the same error message. Any other ideas?
kathi
The diagonal line feature is definitely single part, created directly from 2 clicks. Are you using 10.2? I'm suspicious that this might be the problem (I'm using 10.1), even though the help entry doesn't specify. But I'll try the process again just to see if I get the same error message today.
OK, I do seemed to have worked out the problem. The help was not at all explicit about identifying the feature classes ("to be split", versus the polygon "target", versus "use to split"), what needed to be editable, or where the feature classes needed to be located (in the same workspace or not), what needed to be selected. I still don't know the answers to all those questions, but I did get the split tool to work properly under the following conditions: with everything in the same workspace, choosing that workspace as editable rather than a specific shapefile within it, and selecting the feature (line/s) to split with but not the polygon to be split (the "target"). And it did work just fine with my multi-feature river line, so I'm happy (although unhappy with the help entry).
Thanks for your suggestions and encouragement. I appreciate it.
Hello all,
I want to split a polygon (or many polygons in one shapefile) by a line feature using the Advanced Editing Toolbar Split tool . It's exactly the type of situation shown in the "split polygon by overlapping features" entry in Help (which uses the Split tool).
...
I have an Advanced license for 10.1. Any help on what I'm missing here?
Thanks.
kathi