How can I draw a circle with center coordinate (X,Y) and the radius value using FME
Page 1 / 1
The 2DEllipseReplacer will do that for you. The Primary and Secondary axis values should be the same (i.e. your radius) to get a circle.
The easiest way is using the Bufferer transformer.
A round buffer around a point is a circle.
The radius will be your buffer amount.
Thanks
Guys both works