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?
Page 1 / 1
Try using the boundsextractor
Or if you need the polygon, use the BoundingBoxReplacer.
That will replace the geometry by a box, using the min and max extents.
Thanks for both replies.