Skip to main content
Question

Is it possible to find out the width of a polygon using FME tranformers?

  • February 17, 2015
  • 2 replies
  • 277 views

I have a large polygon dataset within which there exist some long thin polygons that i wish to isolate.. is there a way i can achieve this through the use of FME?????

 

 

I understand there is something similar in ArcMap that works out the average length and width of a polygon, if i could replicate this using FME i would be most happy.

 

 
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

david_r
Celebrity
  • February 17, 2015
Hi,

 

 

maybe the BoundsExtractor followed by an ExpressionEvaluator to calculate the difference between x-max and x-min?

 

 

David

  • Author
  • February 18, 2015
That worked a treat! thanks very much!