Skip to main content
Solved

Is there a transfromer with takes point data and converts it to circle data with choice or radius.

  • September 6, 2016
  • 5 replies
  • 31 views

Best answer by erik_jan

I would use the Bufferer (as @1spatialdave said) or the GeographicBufferer if you need control over the units the buffer size is in.

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.

5 replies

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • September 6, 2016

Hi,

The 2DArcReplacer or ArcEstimator might do the trick.


davideagle
Contributor
Forum|alt.badge.img+22
  • Contributor
  • September 6, 2016

How about the Bufferer?


revesz
Contributor
Forum|alt.badge.img+21
  • Contributor
  • September 6, 2016

2DEllipseReplacer?

Circles are just special ellipses with identical primary and secondary axis :D


erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • September 6, 2016

I would use the Bufferer (as @1spatialdave said) or the GeographicBufferer if you need control over the units the buffer size is in.


  • Author
  • September 7, 2016

I would use the Bufferer (as @1spatialdave said) or the GeographicBufferer if you need control over the units the buffer size is in.

Thanks this one works the best for what I need.