Skip to main content
Question

How to use BoundsExtractor ?

  • March 19, 2015
  • 4 replies
  • 179 views

Hi,

 

I'm sorry, i'm FME's beginner.

 

I need some help. I'd like to use BoundsExtractor in order to know xmin, ymin, xmax and ymax but it doesn't work.

 

I'm working with Polygon and i just want to know the extent or xmin, xmax, ymin and ymax.

 

Sorry for my english.

 

Regards,

 

Ter

 

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.

4 replies

david_r
Celebrity
  • March 19, 2015
Hi,

 

 

the BoundsExtractor doesn't touch the geometry, it only adds attributes containing the min/max coordinates.

 

 

If you need the bounding box geometry, consider using the BoundingBoxReplacer or BoundingBoxAccumulator.

 

 

David

  • Author
  • March 19, 2015
Hi David,

 

 

That's the problem. I can't see the news attributes containing min/max coordinates.

 

 

I don't know what's the problem. I have a new shapefile without attributes.

  • Author
  • March 19, 2015
Thank you !!! :) It's working.

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • March 19, 2015
when you enter a writer you must, if needed laways add attributes yourself.

 

Unless you are doing it dynamically.