Solved

How to get xmin, ymin xmax, ymax from bounding box?

  • 12 February 2019
  • 2 replies
  • 75 views

Badge

To report about certain datasources, I need to retrieve the bounding box's xmin, ymin xmax, ymax values for later insertion into a text file.

I have coupled a BoundingBox Accumulator Transformer to my Reader, which gives me a geometry object for the bounding box, but alas, I don't know how to get the aforementioned coordinates from this object.

Any help would be greatly appreciated - Markus

icon

Best answer by ebygomm 12 February 2019, 15:27

View original

2 replies

Userlevel 1
Badge +10

A bounds extractor after the accumulator will give you this output. If it's a single feature you don't need the accumulator, that is only required for the bounding box of multiple features.

Badge

A bounds extractor after the accumulator will give you this output. If it's a single feature you don't need the accumulator, that is only required for the bounding box of multiple features.

Thanks heaps for both the correct answer and the speeeeeeeeed!

Reply