Hello FME Community,
I have point data with attributes for the X and Y coordinates of the top-right and bottom-left corners (e.g., X_TopRight
, Y_TopRight
, X_BottomLeft
, Y_BottomLeft
). I would like to create a rectangle based on these two corner points.
Could anyone suggest the best approach or transformers to use in FME to accomplish this?
Thanks for your help!