Split Polylines
Splits input polyline features into separate segments in various ways. Available options include splitting at all vertices, into specified segments, into equal segments, by the specified interval, at the intersections, and by another layer.
Parameter |
Comments |
Input
features |
Input polyline features to be split into segments. |
Output
feature class |
The new output polyline feature class that will store the split polylines. |
Split
method |
Splitting method that will be applied to the input polylines.
Notes: - When polylines are split at intersections with other layers they are split at self-intersections as well. - When splitting by point layer it is highly recommended to specify and use tolerance, otherwise make sure that points are located exactly on the polylines.
|
Segment
length |
Specify length of segments that input polylines will be split into. |
Segment
count |
Specify number of segments into which input polyines will be split. |
Split
layer |
Specify another polygon, polyline or point layer, input polylines will be split at the intersections with this layer. |
Tolerance |
Specify tolerance value used when polylines are split by points. |
ID
field |
Specify ID field in the output feature class in which IDs of the input features will be stored. Leave this field blank if you do not wish to keep input features IDs. |
Note:
This XTools Pro geoprocessing tool is identical to the XTools Pro Split Polylines tool.