Skip to main content
Question

How to get the geometry property “Min Extents” and “Max Extents” to create a new geometry polygon coordinate?

  • October 4, 2017
  • 3 replies
  • 777 views

Forum|alt.badge.img

How to get the geometry property “Min Extents” and “Max Extents” like in FME Data Inspector in my FME Workbench so I can create a new geometry polygon coordinate?

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.

3 replies

ciarab
Contributor
Forum|alt.badge.img+9
  • Contributor
  • 167 replies
  • October 4, 2017

Try using the boundsextractor


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • October 4, 2017

Or if you need the polygon, use the BoundingBoxReplacer.

That will replace the geometry by a box, using the min and max extents.


Forum|alt.badge.img
  • Author
  • 2 replies
  • October 4, 2017

Thanks for both replies.