Question

How to use BoundsExtractor ?

  • 19 March 2015
  • 4 replies
  • 4 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

 


4 replies

Userlevel 4
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.
Badge +3
when you enter a writer you must, if needed laways add attributes yourself.

 

Unless you are doing it dynamically.

 

 

Reply