Skip to main content
Question

Create polygon from point

  • May 20, 2016
  • 6 replies
  • 446 views

ingalla
Contributor
Forum|alt.badge.img+10
Create polygon from point
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.

6 replies

fmelizard
Safer
Forum|alt.badge.img+20
  • Safer
  • 3719 replies
  • May 22, 2016

mygis
Supporter
Forum|alt.badge.img+14
  • Supporter
  • 307 replies
  • May 24, 2016

Hi @ingalla, I have created a transformer and put it in the store/hub, open your FME 2016.1 and search for RectangleCreator. You will need to set the width, height and the rotation (if required). Hope this works for you.


Forum|alt.badge.img
  • 4 replies
  • March 29, 2017

Hi @ingalla, I have created a transformer and put it in the store/hub, open your FME 2016.1 and search for RectangleCreator. You will need to set the width, height and the rotation (if required). Hope this works for you.

Fantastic Tool!! Congratulations ^^

 

 


takashi
Celebrity
  • 7843 replies
  • March 30, 2017

Hi @ingalla, what kind of polygon do you need to create from point(s)? e.g.

  • Bufferer: creates a buffer area for each point.
  • HullAccumulator: creates a convex or concave hull that contains given multiple points.
  • VoronoiDiagrammer: creates Voronoi domains for each point.

Other?


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • March 30, 2017

I would use the Bufferer transformer.

And use the "Square buffer" mode to create rectangles. Using the "Round buffer" mode creates circles.


Forum|alt.badge.img
  • 21 replies
  • January 24, 2022

Hi @ingalla, I have created a transformer and put it in the store/hub, open your FME 2016.1 and search for RectangleCreator. You will need to set the width, height and the rotation (if required). Hope this works for you.

very useful, thank you