Skip to main content
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

 

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
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.
Thank you !!! 🙂 It's working.
when you enter a writer you must, if needed laways add attributes yourself.

 

Unless you are doing it dynamically.

 

 

Reply