Skip to main content

The attched FFS file contains multi-geometry objects where one or more of the parts are arcs. I need to do some checks on the parts that are not arcs. So far I haven't been succesful in getting only the non-arc segments out, so any suggestions would be very welcome.

I tried the GeometryPartExtractor (checking for child elements of type IFMEArc) but that only selects the entire object, I want to break it up.

And stroking the arcs is not an option...

Have you tried the PathSplitter and then filter on fme_type = fme_arc


Have you tried the PathSplitter and then filter on fme_type = fme_arc

That seems to do the trick, thanks! I was looking for Geometrysomethingsomething...

 

 


Or the DeAggregator and then filter on fme_type = fme_arc


Hi @redgeographics, why not try the GeometryPartExtractor with "This part | Geometry Type | = | IFMEArc"?


Or the DeAggregator and then filter on fme_type = fme_arc

There are no aggregates in his dataset.

Have you tried the PathSplitter and then filter on fme_type = fme_arc

Me too - Geometrysomethingsomething !

 

 


Me too - Geometrysomethingsomething !

 

 

Just for once it was Pathsomethingsomething 😉

Reply