Skip to main content

I have and ESRI Geodatabase line feature containing a mixture of arcs and normal lines. I tried extracting the arcs using GeometryFilter but this doesn't work because although FME recognises that the segment is an arc, the geometry type is "line".

How can I filter these arcs?

Try using a PathSplitter before the GeometryFilter.


Try using a PathSplitter before the GeometryFilter.

I knew it'd be easy, thanks.


There's a python solution here, if you'd prefer to keep the geometry intact

https://knowledge.safe.com/questions/90393/how-to-filter-polygon-which-are-composed-of-both-l.html


Reply