I'm looking for the FME transformator equivalent to QGIS Minimum Bounding Geometry in order to extract the orientation (azimuth) of the feature shape. This topic is not relevant as it refers only to hull because the concern is about the angle of bounding rectangle, i.e. main direction of the geometry (polygon).
Solved
Minimum bounding geometry - oriented rectangle
Best answer by DanAtSafe
Hi @albinepro In FME 2022.1, it's now possible to set an attribute for "Long Side Angle" in the BoundingBoxReplacer if the feature is replaced with a "2D Oriented Bounding Box".
cc @jdh
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.
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.




If you are wanting to calculate the azimuth the best way (IMO) would be to use the oriented bounding box feature to determine this. I was able to do so by replacing the oriented bounding box with a
I've attached the workspace in case that helps.