Comments and answers for "How to divide polyline which have Arcs to line and arc" https://knowledge.safe.com/questions/22259/how-to-divide-polyline-which-have-arcs-to-line-and.html 最新的评论和回答the question "How to divide polyline which have Arcs to line and arc" Answer by jeroenstiers https://knowledge.safe.com/answers/22262/view.html

Hi Pratap,

I would use the PathSplitter combined with the GeometryFilter.
The PathSplitter decomposes a path in its segments. The GeometryFilter can then be used to split those segments based on their geometry.

Fri, 15 Jan 2016 07:37:04 GMT jeroenstiers
Answer by pratap https://knowledge.safe.com/answers/22261/view.html

Thank you

Both worked well

Pratap

Fri, 15 Jan 2016 07:23:39 GMT pratap
Answer by takashi https://knowledge.safe.com/answers/22260/view.html

I think a geometry consisting of lines and arcs must be an IFMEPath object. If my understanding is correct, it can be decomposed into individual segments with the PathSplitter, and then you can separate lines and arcs with the GeometryFilter.

The GeometryPartExtractor may also be used, instead of the PathSplitter.

Fri, 15 Jan 2016 07:15:55 GMT takashi