Skip to main content
Solved

How to create a circle from point and radius

  • July 30, 2018
  • 3 replies
  • 327 views

Forum|alt.badge.img

I have a points in shape files and radius information in attribute. Ho to create buffer polygon in new shapefile?

Best answer by erik_jan

If the radius is not according to the coordinate system units the GeographicBufferer is also an option.

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

mark2atsafe
Safer
Forum|alt.badge.img+56
  • Safer
  • 2554 replies
  • July 30, 2018

Either the Bufferer transformer or the 2DEllipseReplacer transformer.


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

If the radius is not according to the coordinate system units the GeographicBufferer is also an option.


Forum|alt.badge.img
  • Author
  • 8 replies
  • July 31, 2018

erik_jan Mark2AtSafe Thank you. GeographicBufferer worked