Hallo!
I'm curious if and how it is possible to assigne max/min extents which come from the "BoundsExtractor" to the search envelope of multiple data readers.
The first step of the workbench is to make a buffer around an area. This buffer is extended to the max min boundaries with the "BoundingBoxReplacer. This generated square is used to clip different input sources on the area inside the bounding box.
Because it's quite an amount of data, i'd like to preselect the region with an search envelope so that not all data has to be loaded to be clipped.
Is it possible inside one workbench to generat the min/max extents and hand it over to the search envelope of other readers?
I've tried to assigne the values as private parameter, but this seems to late for the reading process of the input sources.
Thanks in advance!
Mark