Question

Create polygon from point


Badge +9
Create polygon from point

6 replies

Userlevel 4
Badge +13

Check out https://www.safe.com/transformers/center-point-replacer/

Badge +2

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.

Badge

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 ^^

 

 

Userlevel 2
Badge +17

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?

Userlevel 2
Badge +12

I would use the Bufferer transformer.

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

Badge

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

Reply