Answers for "How to join line segment and arc?" https://knowledge.safe.com/questions/87444/how-to-join-line-segment-and-arc.html 最新的答案问题“如何加入line segment and arc?" Answer by markatsafe https://knowledge.safe.com/answers/87851/view.html

@arthy The LineCombiner (new name for the LineJoiner) can preserve the arcs if you set the Advanced Parameter: Preserve Lines as Path Segments = Yes.

Most FME writers will stroke the Arc in the path if the format does not support arcs - like shape. I've attached an example workspace (2018.1): LineCombiner.fmw

If you do need to stroke the arcs, then you probably have to use Snapper or Anchor Snapper @egomm suggests. AnchorSnapper will allow you to snap the arcs to the lines (or vise versa) giving you a little more control.

Fri, 01 Mar 2019 21:07:25 GMT markatsafe
Answer by ebygomm https://knowledge.safe.com/answers/87446/view.html

You could try a snapper prior to the linecombiner

Fri, 22 Feb 2019 20:00:50 GMT ebygomm