Methods for splitting line features

You can easily split line features to break them into several line features. There are several methods to split lines:

Splitting lines manually

The Split tool Split Tool is used to manually split one line into two at the location you click with the mouse. For example, you can use the Split tool to divide a street centerline into two features when a new intersecting road is constructed. If the two roads cross, you can use intersection snapping to precisely locate the point to split.

The split operation updates the shape of the existing feature and creates a new feature using the default attribute values for the feature class.

Splitting lines at a specified distance or percentage

The Split command on the Editor menu can split a selected line from either the start point or end point of the line by using a specified distance value, a percentage of total length, or an m-value. Split updates the shape of the existing feature and creates one or more new features using the default attribute values for the feature class.

The Split dialog box displays the length of the original feature in current map units to help you split it accurately.

Arrows are shown on the feature to indicate the line's direction, so you can choose whether you want to split the line from the start or end point of the line. These arrows will help ensure that the line is split from the proper orientation.

The selected line to be split, with arrows showing the line's orientation

Splitting a line into an equal number of parts

The Split command on the Editor toolbar allows you to split a line into an equal number of new features. For example, you can use this Split option to break a line into pieces that are the same length. This functionality is similar to the Divide command available in previous ArcGIS releases.

Splitting lines at intersections

The Line Intersection tool Line Intersection allows you to split line features at their intersections. The lines are split at the location where you click the mouse. The split operation updates the shape of the existing feature and creates a new feature using the default attribute values for the feature class.

There can be many potential intersections between the lines' features, and the intersection points can be either at specific locations in the middle of both lines or at implied intersections along extensions to one or both lines. When a feature needs to be extended to a point of intersection, you can either extend the existing feature or add a new feature.

In the simplest case, there is a single intersection between the line features. In the graphics below, the line features are drawn in black, and the pointer is placed at the intersection. The graphic on the right shows red lines leading to an implied intersection. In that case, the lines will be extended to the intersection.

Examples of lines with one possible intersection

In more complex cases, there can be many points of intersection, although you can split only one intersection at a time. You can press the TAB key to cycle through the possible intersections. As you move your pointer, the intersection solution closest to the pointer is shown. Click at that location to perform the split.

Examples of lines with two or more possible intersections

When working with multipart lines, only one part will be split at a time. Even if more than one part intersects the same line feature, only the part that corresponds to the intersection solution you clicked will be split. Once you have split the first part, simply use the Line Intersection tool again and split the other part at the second intersection.

Splitting all lines at intersections

This section applies to ArcEditor and ArcInfo only.

You can split selected lines where they intersect using Planarize Lines Planarize Lines on the Topology toolbar. You do not need to have a map topology or geodatabase topology to use Planarize.

Example of planarizing lines

When Planarize is used on a multipart line feature, it is split at the point of intersection into a new feature.

Splitting lines proportionally

This section applies to ArcEditor and ArcInfo only.

The Proportion command Proportion on the COGO toolbar splits a selected line feature into a number of segments, based on specified distance values. If there is a difference between the feature length and the entered values, this difference is proportioned between all the new segments. Proportion is useful when you are working with exact measurements, such as COGO or survey data.

For example, you have line features that need to be split into specific lengths. The example below shows a line feature that needs to be split into four parts: 13.79 feet, 48 feet, 60 feet, and 60 feet. The Proportion command is used to split this feature into the four new features.

Example line to be split into four new lines

The lengths you entered add to 181.79 feet. If the length of the input feature is either longer or shorter than this value, the difference is proportioned among the new features. So if the length of the original feature were 182 feet, it is to be proportioned into features that are as follows: 13.807 feet, 48.055 feet, 60.069 feet, and 60.069 feet long.

Splitting lines at vertices or at points on the line

You can use geoprocessing tools to split a line at its vertices or at the points on the line. The Split Line At Vertices tool splits a line at its vertices so that each segment in the original line becomes a new feature. The Split Line At Point tool splits input lines at the locations of point features on the line or within a tolerance of the line.

Tips on splitting lines

TipTip:

When working with geodatabase features, you can set up split policies that control the behavior of an object's attributes when it is split.

TipTip:

If you are working with representations and shape overrides, learn more about how they behave in a split.

Related Topics


5/6/2011