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
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
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.
Thank you
Both worked well
Pratap
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.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.