Skip to main content
Question

draw circle

  • July 2, 2018
  • 3 replies
  • 170 views

boubcher
Contributor
Forum|alt.badge.img+11

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

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

redgeographics
Celebrity
Forum|alt.badge.img+60
  • Celebrity
  • 3703 replies
  • July 2, 2018

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.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • July 2, 2018

The easiest way is using the Bufferer transformer.

A round buffer around a point is a circle.

The radius will be your buffer amount.


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • July 3, 2018

Thanks

Guys both works