Select to view content in your preferred language

Spliting polygons feature using line feature class

1093
5
06-25-2010 05:11 AM
hanyhassaballa
Emerging Contributor
Is there a geoprocessing (Python) to split polygon usings line feature class?

Thanks
0 Kudos
5 Replies
GerryGabrisch
Frequent Contributor
This might work....
Use the polygons to clip the lines. Keep only those lines inside the polygons.
Convert the polygons to lines and merge the clipped line sections to this new file.
Convert the merged lines back to polygons.
0 Kudos
ChrisSnyder
Honored Contributor
Check out the FeatureToLine tool (ArcInfo only BTW)
0 Kudos
ChrisSnyder
Honored Contributor
Woops, I mean FeatureToPolygon...
0 Kudos
gismoe
by
Frequent Contributor

Convert the merged lines back to polygons.



I can't find this function in ArcView 9.3
0 Kudos
DaleHoneycutt
Deactivated User
I showed a technique for doing this at this year's user conference.  It's on the model and script tool gallery - Fundamentals of GIS - Overlay .  Download and unzip.  In the folder "PointLinePolygon" is the plp toolbox and w/in that, there's a model called something like "Split Polygons".  Open plp.mxd and run the model.  It uses Feature To Polygon (ArcInfo only) followed by Identity (also ArcInfo only) to bring the attributes across.  I'll have to think about how to do this w/o an ArcInfo license.

There's a 9.3 version of the submission as well.  The model is in the "Splits" directory.
0 Kudos