Skip to main content
Question

How to divide polyline which have Arcs to line and arc

  • January 15, 2016
  • 3 replies
  • 123 views

pratap
Contributor
Forum|alt.badge.img+11

Hi FME Users,

I have a GDB file. There is a line feature class which have line+arc+line. When we select it selects as 1 feature (just like polyline in autocad). I want to divide as line,arc,line.

Any suggestions...

Thank you

Pratap

3 replies

takashi
Contributor
Forum|alt.badge.img+21
  • Contributor
  • January 15, 2016

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.


pratap
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • January 15, 2016

Thank you

Both worked well

Pratap


Forum|alt.badge.img+7

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.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings