Skip to main content

Hi,

I have polygon datasets, where I would like to filter one object based on id and I would like to set the parameter of Search Envelope based on this filtered object. I will extract the bbox of the polygon. How can I pass these values to Search Envelope?

Thanks in advance.

 

Best,

N

Hi,

I would read in the polygon, use a tester to remain with selected by ID (in case you cannot do that directly in the reader) and use selected as initiator for a FeatureReader transformer.


Hi,

I would read in the polygon, use a tester to remain with selected by ID (in case you cannot do that directly in the reader) and use selected as initiator for a FeatureReader transformer.

FeatureReader is a good solution for it. However, I really want to do it via Search Envelope.


Reply