Skip to main content
Solved

Filtering arcs

  • September 9, 2019
  • 3 replies
  • 293 views

btl
Contributor
Forum|alt.badge.img+7
  • Contributor
  • 21 replies

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?

Best answer by david_r

Try using a PathSplitter before the GeometryFilter.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

david_r
Celebrity
  • 8394 replies
  • Best Answer
  • September 9, 2019

Try using a PathSplitter before the GeometryFilter.


btl
Contributor
Forum|alt.badge.img+7
  • Author
  • Contributor
  • 21 replies
  • September 9, 2019

Try using a PathSplitter before the GeometryFilter.

I knew it'd be easy, thanks.


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • September 9, 2019

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