How to split a polygon

3344
2
04-25-2017 04:35 AM
AmyHarrigan
Occasional Contributor

I'm looking to split this polygon into 3 separate polygons.

Normally, this would be a simple task however, I am hitting a wall on how to perform this split without actual boundaries.

Any help or suggestion would be great. Thanks!

Tags (2)
0 Kudos
2 Replies
KelvinMwakomo
Occasional Contributor

You can use Multipart To Singlepart tool from Data Management tools\Features\Multipart To Singlepart

to creates a feature class containing singlepart features generated by separating multipart input features

or

You can use Explode Explode Multipart Feature on the Advanced Editing toolbar to separate a selected multipart feature into its individual, component features. This would be useful if you needed to alter the attributes of one of the elements in a multipart feature.

  1. Click the Edit tool Edit Tool on the Editor toolbar.
  2. Select the multipart feature you want to separate into individual features.
  3. Click Explode Explode Multipart Feature on the Advanced Editing toolbar.

    The parts of the multipart feature become independent features, with each one being assigned identical attribute values.

    Regard,

    Kelvin.

JayantaPoddar
MVP Esteemed Contributor

Duplicate post How to split a polygon



Think Location