Thanks
Thanks
The LineJoiner with this setting transforms the input lines into a path preserving the original lines as path segments. Their attributes will also be preserved if you specified a list name to the "List Name" parameter.
- Input Feature Topology: End Noded
- List Name: _list
- Preserve Lines as Path Segments: Yes
You can then restore the original lines with a PathSplitter; the resulting lines will be output in the connecting order, and will have original attributes and Path Segment Number attribute which indicates the order.
- Path Segment Number Attribute: <specify any attribute name>
- List Attribute: _list{}
But, if your final goal is just to create a polyline connecting the original lines, just use a LineJoiner and it would be enough.
Takashi