Question

draw circle


Badge +10

How can I draw a circle with center coordinate (X,Y) and the radius value using FME


3 replies

Userlevel 5
Badge +25

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.

Userlevel 2
Badge +16

The easiest way is using the Bufferer transformer.

A round buffer around a point is a circle.

The radius will be your buffer amount.

Badge +10

Thanks

Guys both works

 

Reply