FAQ:  Why are the output line segments not in order when the Identity and Intersect tools split a line feature?

相关信息
Article ID: 41279
Software:
ArcGIS - ArcEditor 10
ArcGIS - ArcInfo 10
ArcGIS - ArcView 10
ArcGIS for Desktop Advanced 10.1, 10.2
ArcGIS for Desktop Standard 10.1, 10.2
ArcGIS for Desktop Basic 10.1, 10.2
Platforms:
Windows XP, Server 2003, Windows 8, Server 2012, Vista, Server 2008, Windows 7, Server 2008 R2

问题描述
Why are the output line segments not in order when the Identity and Intersect tools split a line feature?
已邀请:

EsriSupport

赞同来自:

解决方案
This is a limitation of the tools. The output line segments are not only in an arbitrary order, but they may also be multipart and non-contiguous.

The Identity tool might be used in a case where a line feature representing a road crosses multiple section/township polygon boundaries, and the task is to assign section/township IDs to the portions of the line passing through each polygon. The output line feature class contains line segments in a random order, not a progression of segments from the start of the original line feature to its end. The original line may turn and pass through a polygon more than once, in which case an output segment associated with that polygon may be mutipart with the parts not touching end-to-end.

To reorganize the line segments, they need to be rewritten in the desired order to a new feature class. For instance, in a script, the beginning vertex of all the line segments output from the Identity tool might be compared to see which one coincides with the original line feature beginning vertex (call that segment X). Write X to a new output feature class. Then examine the beginning vertex of all the remaining Identity output segments to see which one coincides with the ending vertex of X, write that to the new feature class, and so on.

Since the output of the Identity tool can be multipart, it is necessary to explode (run the 'Multipart to Singlepart' tool on) the Identity output data before running the workflow described above.

创建及修改时间
Created: 6/11/2013

Last Modified: 10/3/2013
原文链接
http://support.esri.com/en/kno ... 41279

要回复问题请先登录注册