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?
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?
Best answer by markatsafe
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.