Solved

How to cut a circle feature class where it intersects with points

  • 31 January 2018
  • 1 reply
  • 3 views

I have a circle feature class and want to split it in 4 segments, where it intersects with a point feature class (see image).

What would be the best tool to do it?

icon

Best answer by markatsafe 31 January 2018, 17:00

View original

1 reply

Badge +2

If it is an Arc (line) then PointOnLineOverlayer will do it. If it is an Ellipse or Circle (area) then use a GeometryCoercer to coerce the area geometry into a line (fme_line) and the PointOnLineOverlayer.

I've attached an example built in FME 2017: splitcirclesexample.fmw

Reply