Skip to main content
Solved

I'd need to create a plygon from X1, Y2, X2, Y2 coordinates

  • June 29, 2022
  • 2 replies
  • 10 views

 X1/Y1 is the left bottom corner and X2/Y2 is the right top corder. 

Cannot find how to do it...? Vertex creator with Add point and LineBuilder just draws a line

Best answer by caracadrian

Put a BoundingBoxReplacer after LineBuilder

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.

2 replies

caracadrian
Contributor
Forum|alt.badge.img+23
  • Contributor
  • 571 replies
  • Best Answer
  • June 29, 2022

Put a BoundingBoxReplacer after LineBuilder


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3699 replies
  • June 29, 2022

Alternatively, if you have the coordinates in attributes, you can use a 2DBoxReplacer